Include Boost dirs

This commit is contained in:
Guilhem Lavaux 2015-04-07 15:17:14 +02:00
parent 8050679a7f
commit 4b51ee0c9f

View File

@ -61,7 +61,7 @@ SET(CosmoTool_SRCS ${CosmoTool_SRCS}
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})
if(YORICK_SUPPORT)