From d2528615fa549d4ca467c65975adcebd7ba1696e Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Tue, 29 Jan 2013 14:06:43 -0600 Subject: [PATCH] hah, woops. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77c4d5b114..ed233c03d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ if(NOT MSVC) -Wshadow -Winit-self) if (NOT (${CMAKE_C_COMPILER} MATCHES "clang")) - -Wlogical-op + add_definitions(-Wlogical-op) endif() endif(NOT MSVC)