Added dummy function in case HDF5 is not found
This commit is contained in:
parent
0eb308f1d0
commit
f94e2912d4
2 changed files with 21 additions and 2 deletions
|
@ -8,6 +8,7 @@ include(GetGitRevisionDescription)
|
|||
get_git_head_revision(HEAD GIT_VER)
|
||||
|
||||
option(BUILD_SHARED_LIBS "Build shared libraries." OFF)
|
||||
option(BUILD_STATIC_LIBS "Build static libraries." ON)
|
||||
|
||||
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