We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92f857 commit b47aae5Copy full SHA for b47aae5
CMakeLists.txt
@@ -707,7 +707,7 @@ if(NETCDF)
707
if(HAVE_NETCDF4)
708
set(USE_NETCDF4 1)
709
else(HAVE_NETCDF4)
710
- message(STATUS "warning, you don't have NetCDF-4 version"
+ message(STATUS "warning, you don't have NetCDF-4 version\n"
711
"some new NetCDF capabilities in NetCDF-4 (related to Groups) will not be usable")
712
endif(HAVE_NETCDF4)
713
else(NETCDF_FOUND)
0 commit comments