diff --git a/CMakeLists.txt b/CMakeLists.txt index 93f505d2..7aa3395a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,8 @@ ACTIVATE_CPP14() ADD_BOOST(filesystem system) +ENABLE_STYLE_WARNINGS() + # You can safely delete lines from here... ###############################################################################