Added proper support for boost detection
This commit is contained in:
parent
b6d1cf7591
commit
34de699863
3 changed files with 17 additions and 10 deletions
|
@ -31,6 +31,8 @@ find_library(NETCDF_LIBRARY netcdf)
|
|||
find_library(GSL_LIBRARY gsl)
|
||||
find_library(GSLCBLAS_LIBRARY gslcblas)
|
||||
|
||||
find_package(Boost 1.53)
|
||||
|
||||
if (ENABLE_SHARP)
|
||||
SET(SHARP_SOURCE ${CMAKE_SOURCE_DIR}/external/sharp)
|
||||
SET(DEP_BUILD ${CMAKE_SOURCE_DIR}/external/sharp/auto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue