aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-02-20 09:31:27 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-02-20 09:31:27 +0100
commit3594451ee02f006d987e416e711103b2bc860454 (patch)
treea5f028a2ad920e7caf187dc6839c7f8084ba87f7 /unsupported
parentb192e29eae844ed21d309a0d3c496370811a0c3e (diff)
Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flag
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt
index 7b6751f00..8542dd853 100644
--- a/unsupported/test/CMakeLists.txt
+++ b/unsupported/test/CMakeLists.txt
@@ -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.