mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-16 11:23:14 +08:00
small fix related to GSL cmake stuff
This commit is contained in:
parent
874ff5a0b4
commit
d7f60257dd
@ -1,7 +1,8 @@
|
|||||||
|
|
||||||
find_package(GSL)
|
find_package(GSL)
|
||||||
if(GSL_FOUND)
|
if(GSL_FOUND)
|
||||||
add_definitions("-DHAS_GSL")
|
add_definitions("-DHAS_GSL" ${GSL_DEFINITIONS})
|
||||||
|
include_directories(${GSL_INCLUDE_DIR})
|
||||||
else(GSL_FOUND)
|
else(GSL_FOUND)
|
||||||
set(GSL_LIBRARIES " ")
|
set(GSL_LIBRARIES " ")
|
||||||
endif(GSL_FOUND)
|
endif(GSL_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user