Removed flag to enable C++11 extensions

release/4.3a0
Richard Roberts 2013-08-13 21:02:21 +00:00
parent ae4999414d
commit a2d00e73e1
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ include_directories(BEFORE
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS)
add_definitions(/wd4251 /wd4275 /wd4251 /wd4661) # Disable non-DLL-exported base class and other warnings
else()
list(APPEND CMAKE_CXX_FLAGS "-std=c++11") # FIXME: we should probably avoid these extensions
endif()
if(GTSAM_ENABLE_CONSISTENCY_CHECKS)