From 2dbc66250c6b824111bd6b0c1e58cbc1a00a0562 Mon Sep 17 00:00:00 2001 From: Frank Gaede Date: Mon, 7 Mar 2016 16:16:39 +0000 Subject: [PATCH] - made compatible with c++11 - removed -ansi -pedantic -Wno-long-long --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9e7385..40cd860 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,8 +50,8 @@ ENDIF() ### LIBRARY ################################################################# # definitions to pass to the compiler -ADD_DEFINITIONS( "-Wall -ansi -pedantic" ) -ADD_DEFINITIONS( "-Wno-long-long" ) +#ADD_DEFINITIONS( "-Wall -ansi -pedantic" ) +#ADD_DEFINITIONS( "-Wno-long-long" ) # include directories INCLUDE_DIRECTORIES( BEFORE