Link libdl

This commit is contained in:
Guilhem Lavaux 2015-10-28 13:57:24 +01:00
parent bd6853d96d
commit 1725125d76
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
SET(tolink ${GSL_LIBRARIES} ${CosmoTool_local} ${CosmoTool_LIBS})
SET(tolink ${GSL_LIBRARIES} ${CosmoTool_local} ${CosmoTool_LIBS} ${DL_LIBRARY})
include_directories(${CMAKE_SOURCE_DIR}/src)
include_directories(${FFTW3_INCLUDE_DIRS} ${EIGEN3_INCLUDE_DIRS} ${GSL_INCLUDE_PATH})
if(YORICK_SUPPORT)