Include Boost dirs
This commit is contained in:
parent
8050679a7f
commit
4b51ee0c9f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ SET(CosmoTool_SRCS ${CosmoTool_SRCS}
|
||||||
growthFactor.hpp
|
growthFactor.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories(${GSL_INCLUDE_PATH} ${CMAKE_BINARY_DIR}/src)
|
include_directories(${Boost_INCLUDE_DIRS} ${GSL_INCLUDE_PATH} ${CMAKE_BINARY_DIR}/src)
|
||||||
|
|
||||||
set(CosmoTool_LIBS ${GSL_LIBRARIES})
|
set(CosmoTool_LIBS ${GSL_LIBRARIES})
|
||||||
if(YORICK_SUPPORT)
|
if(YORICK_SUPPORT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue