mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Force cache of NETCDF_ENABLE_NCZARR_ZIP when zip development package isn't found.
This commit is contained in:
parent
9fd0c5b66d
commit
c3ca3d3001
@ -418,7 +418,7 @@ IF (NETCDF_ENABLE_NCZARR_ZIP)
|
||||
)
|
||||
else()
|
||||
message(STATUS "libzip development package not found, disabling NETCDF_ENABLE_NCZARR_ZIP")
|
||||
set(NETCDF_ENABLE_NCZARR_ZIP OFF CACHE BOOL "Enable NCZARR_ZIP functionality.")
|
||||
set(NETCDF_ENABLE_NCZARR_ZIP OFF CACHE BOOL "Enable NCZARR_ZIP functionality." FORCE)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user