Fixed linking problems to GSL
This commit is contained in:
parent
f94e2912d4
commit
607f452f7c
3 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
SET(tolink CosmoTool ${GSL_LIBRARY} ${GSLCBLAS_LIBRARY})
|
||||
SET(tolink ${GSL_LIBRARIES} CosmoTool)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src ${NETCDF_INCLUDE_PATH} ${GSL_INCLUDE_PATH})
|
||||
|
||||
add_executable(testBQueue testBQueue.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue