Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flag

This commit is contained in:
Gael Guennebaud
2015-02-20 09:31:27 +01:00
parent b192e29eae
commit 3594451ee0
4 changed files with 15 additions and 5 deletions

View File

@@ -299,6 +299,12 @@ macro(ei_testing_print_summary)
else()
message(STATUS "ARMv8 NEON: Using architecture defaults")
endif()
if(EIGEN_TEST_CXX11)
message(STATUS "C++11: ON")
else()
message(STATUS "C++11: OFF")
endif()
endif() # vectorization / alignment options