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

@@ -95,7 +95,6 @@ ei_add_test(minres)
ei_add_test(levenberg_marquardt)
ei_add_test(kronecker_product)
option(EIGEN_TEST_CXX11 "Enable testing of C++11 features (e.g. Tensor module)." ON)
if(EIGEN_TEST_CXX11)
# It should be safe to always run these tests as there is some fallback code for
# older compiler that don't support cxx11.