aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 04cb11d60..3c32f4b21 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -127,10 +127,9 @@ set_property(GLOBAL PROPERTY EIGEN_CURRENT_SUBPROJECT "Official")
add_custom_target(BuildOfficial)
option(EIGEN_TEST_EVALUATORS "Enable work in progress evaluators" OFF)
+if(EIGEN_TEST_EVALUATORS)
add_definitions("-DEIGEN_TEST_EVALUATORS=1")
add_definitions("-DEIGEN_ENABLE_EVALUATORS=1")
-if(EIGEN_TEST_EVALUATORS)
-
endif(EIGEN_TEST_EVALUATORS)
ei_add_test(meta)