From fe0b44e876b621efe4bccce0a2b6333f3799faed Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 7 Nov 2013 18:48:17 +0100 Subject: [PATCH] Fix stupid mistake in CMakeLists.txt --- test/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 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)