Skip to content
Snippets Groups Projects
Commit ae938ce1 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

set HAVE_NETCDF4=

parent cee917e1
No related branches found
No related tags found
1 merge request!114M300433/cmake cleanup 1
Pipeline #94327 passed
......@@ -30,7 +30,7 @@ if (${netCDF_FOUND})
message("added compile definition HAVE_LIBNETCDF=${netCDF_FOUND}")
message("added compile definition HAVE_NETCDF4=${netCDF_FOUND}")
add_compile_definitions(HAVE_LIBNETCDF=${netCDF_FOUND})
add_compile_definitions(HAVE_NETCDF4=1)
add_compile_definitions(HAVE_NETCDF4=${netCDF_FOUND})
else()
message(WARNING "netcdf not found, compiling without netcdf")
endif ()
......
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