Skip to content
Snippets Groups Projects
Commit c20f87dc authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

added minimum version of netCDF to CMakeLists.txt

parent 464d07da
No related branches found
No related tags found
No related merge requests found
Pipeline #93885 failed
......@@ -47,7 +47,7 @@ ELSE()
ENDIF()
find_package(netCDF REQUIRED)
find_package(netCDF 4.0 REQUIRED)
set(netcdf_flag HAVE_LIBNETCDF)
if (${netCDF_FOUND})
add_compile_definitions(${netcdf_flag}=${netCDF_FOUND})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment