aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-17 11:31:58 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-10-17 11:31:58 -0400
commit19ae4362bd9e14e11eadfdfe210be02eb6592f51 (patch)
tree5f02729f99a8921221110356198ca4d687ed9d8b /unsupported
parent4e3feb023d6ce6b9bfe7e54d443df86413816cfc (diff)
ah ok, we want to build this even without GSL.
so the bug is in FindGSL.cmake.
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt
index f0816563f..24068b6f6 100644
--- a/unsupported/test/CMakeLists.txt
+++ b/unsupported/test/CMakeLists.txt
@@ -109,10 +109,10 @@ if(GSL_FOUND)
add_definitions("-DHAS_GSL" ${GSL_DEFINITIONS})
include_directories(${GSL_INCLUDE_DIR})
ei_add_property(EIGEN_TESTED_BACKENDS "GSL, ")
- ei_add_test(polynomialsolver " " "${GSL_LIBRARIES}" )
else(GSL_FOUND)
ei_add_property(EIGEN_MISSING_BACKENDS "GSL, ")
set(GSL_LIBRARIES " ")
endif(GSL_FOUND)
+ei_add_test(polynomialsolver " " "${GSL_LIBRARIES}" )
ei_add_test(polynomialutils)