mirror of https://github.com/ecmwf/eccodes.git
ECC-1143: changes to NetCDF (FindNetCDF)
This commit is contained in:
parent
28cdad35a5
commit
219dc5c707
|
@ -75,9 +75,8 @@ ecbuild_add_executable( TARGET gts_count
|
|||
# grib to netcdf is optional
|
||||
ecbuild_add_executable( TARGET grib_to_netcdf
|
||||
SOURCES grib_to_netcdf.c
|
||||
INCLUDES ${NETCDF_INCLUDE_DIRS}
|
||||
CONDITION HAVE_NETCDF
|
||||
LIBS grib_tools ${NETCDF_LIBRARIES} )
|
||||
LIBS grib_tools NetCDF::NetCDF_C )
|
||||
|
||||
|
||||
ecbuild_add_executable( TARGET grib_list_keys
|
||||
|
|
Loading…
Reference in New Issue