Added proper support for boost detection

This commit is contained in:
Guilhem Lavaux 2014-05-20 09:43:00 +02:00
parent b6d1cf7591
commit 34de699863
3 changed files with 17 additions and 10 deletions

View file

@ -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)