Build fixes for Beeston
This commit is contained in:
parent
4f250969ac
commit
3c976b8f8d
3 changed files with 3 additions and 2 deletions
1
external/external_build.cmake
vendored
1
external/external_build.cmake
vendored
|
@ -267,6 +267,7 @@ IF(INTERNAL_GSL)
|
|||
SET(GSL_LIBRARY ${GSL_INTERNAL_LIBS}/libgsl.a CACHE STRING "GSL internal path" FORCE)
|
||||
SET(GSLCBLAS_LIBRARY ${GSL_INTERNAL_LIBS}/libgslcblas.a CACHE STRING "GSL internal path" FORCE)
|
||||
set(GSL_INCLUDE_PATH ${CMAKE_BINARY_DIR}/ext_build/gsl/include CACHE STRING "GSL internal path" FORCE)
|
||||
set(GSL_LIBRARIES ${GSL_LIBRARY} ${GSLCBLAS_LIBRARY})
|
||||
SET(cosmotool_DEPS ${cosmotool_DEPS} gsl)
|
||||
ELSE(INTERNAL_GSL)
|
||||
find_path(GSL_INCLUDE_PATH NAMES gsl/gsl_blas.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue