mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
ah ok, we want to build this even without GSL.
so the bug is in FindGSL.cmake.
This commit is contained in:
parent
4e3feb023d
commit
19ae4362bd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user