Updated CMake lists
This commit is contained in:
parent
2f460607f9
commit
82666a0606
3 changed files with 16 additions and 4 deletions
|
@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 2.6)
|
|||
|
||||
project(CosmoToolbox)
|
||||
|
||||
option(BUILD_SHARED_LIBS "Build shared libraries." OFF)
|
||||
|
||||
find_path(NETCDF_INCLUDE_PATH NAMES netcdf.h)
|
||||
find_path(GSL_INCLUDE_PATH NAMES gsl/gsl_blas.h)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue