Fixed link ordering and detection of HL libraries

This commit is contained in:
Guilhem Lavaux 2012-09-20 01:59:46 -04:00
parent c7d0974857
commit b2bf2cb042
3 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,4 @@
SET(tolink ${GSL_LIBRARIES} CosmoTool ${CosmoTool_LIBS})
SET(tolink CosmoTool ${CosmoTool_LIBS})
include_directories(${CMAKE_SOURCE_DIR}/src ${NETCDF_INCLUDE_PATH} ${GSL_INCLUDE_PATH})
add_executable(testBQueue testBQueue.cpp)