mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Fixes in support of https://github.com/Unidata/netcdf-c/issues/805
This commit is contained in:
parent
7df45badce
commit
6eb8dd3bfc
@ -1926,7 +1926,7 @@ is_enabled(USE_MMAP HAS_MMAP)
|
||||
is_enabled(JNA HAS_JNA)
|
||||
is_enabled(STATUS_RELAX_COORD_BOUND RELAX_COORD_BOUND)
|
||||
is_enabled(USE_CDF5 HAS_CDF5)
|
||||
is_enabled(ENABLE_ERANGE_FILL ENABLE_ERANGE_FILL)
|
||||
is_enabled(ENABLE_ERANGE_FILL HAS_ERANGE_FILL)
|
||||
|
||||
# Generate file from template.
|
||||
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/libnetcdf.settings.in"
|
||||
|
@ -35,4 +35,4 @@ Diskless Support: @HAS_DISKLESS@
|
||||
MMap Support: @HAS_MMAP@
|
||||
JNA Support: @HAS_JNA@
|
||||
CDF5 Support: @HAS_CDF5@
|
||||
ERANGE fill Support: @ENABLE_ERANGE_FILL@
|
||||
ERANGE fill Support: @HAS_ERANGE_FILL@
|
||||
|
Loading…
Reference in New Issue
Block a user