mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Cleaned up szlib status message in libnetcdf.settings.
This commit is contained in:
parent
f71434fa16
commit
e8c2d22ddd
@ -1960,6 +1960,7 @@ is_enabled(ENABLE_ZERO_LENGTH_COORD_BOUND RELAX_COORD_BOUND)
|
||||
is_enabled(USE_CDF5 HAS_CDF5)
|
||||
is_enabled(ENABLE_ERANGE_FILL HAS_ERANGE_FILL)
|
||||
is_enabled(HDF5_HAS_PAR_FILTERS HAS_PAR_FILTERS)
|
||||
is_enabled(HAVE_H5Z_SZIP HAS_SZLIB)
|
||||
|
||||
# Generate file from template.
|
||||
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/libnetcdf.settings.in"
|
||||
|
@ -39,7 +39,7 @@ MMap Support: @HAS_MMAP@
|
||||
JNA Support: @HAS_JNA@
|
||||
CDF5 Support: @HAS_CDF5@
|
||||
ERANGE Fill Support: @HAS_ERANGE_FILL@
|
||||
Relaxed Boundary Check: yes
|
||||
Relaxed Boundary Check: @RELAX_COORD_BOUND@
|
||||
SZIP Support: @HAS_SZLIB@
|
||||
SZIP Write Support: @HAS_SZLIB@
|
||||
Parallel Filters: @HAS_PAR_FILTERS@
|
||||
|
Loading…
Reference in New Issue
Block a user