From ff1819d853e81a72313c4bee32dabb12f3038188 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Mon, 24 Jan 2011 10:15:28 -0500 Subject: [PATCH] Fixed CMake --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21f31d5..13630cb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,6 +35,7 @@ SET(CosmoTool_SRCS ${CosmoTool_SRCS} growthFactor.hpp ) +include_directories(${GSL_INCLUDE_PATH} ${NETCDF_INCLUDE_PATH}) add_library(CosmoTool ${CosmoTool_SRCS}) target_link_libraries(CosmoTool ${NETCDF_LIBRARY} ${NETCDFCPP_LIBRARY} ${GSL_LIBRARY} ${GSLCBLAS_LIBRARY})