From 921ec2ef416c17d8c18f582e78c123295ea68953 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 8 May 2015 01:05:34 +0200 Subject: [PATCH] Add compiler warnings --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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... ###############################################################################