* removes -ansi since -ansi enforces older c++ standard
This commit is contained in:
Martin Schultz
2015-09-29 15:12:38 +02:00
parent f650c05af8
commit 1e7fe6317d

View File

@@ -62,7 +62,7 @@ if ( OPENMESH_BUILD_UNIT_TESTS )
if ( NOT WIN32 )
# Set compiler flags
set_target_properties(unittests PROPERTIES COMPILE_FLAGS "-g -pedantic -ansi -Wno-long-long")
set_target_properties(unittests PROPERTIES COMPILE_FLAGS "-g -pedantic -Wno-long-long")
else()
# Set compiler flags
set_target_properties(unittests PROPERTIES COMPILE_FLAGS "" )