Now builds on VS 2013

This commit is contained in:
Christian Mattes
2018-04-12 17:53:54 +02:00
parent 4eab053275
commit dc4243f928
3 changed files with 10 additions and 17 deletions

View File

@@ -74,8 +74,7 @@ if ( OPENMESH_BUILD_UNIT_TESTS )
else()
# Set compiler flags
set_target_properties(unittests PROPERTIES COMPILE_FLAGS "" )
set_target_properties(unittests_customvec PROPERTIES COMPILE_FLAGS "-g -pedantic -Wno-long-long")
set_target_properties(unittests_customvec PROPERTIES COMPILE_FLAGS "" )
endif()
if ( OPENMESH_BUILD_SHARED )