mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Additional tweaking of search logic.
This commit is contained in:
parent
890251c611
commit
ae28dd36e6
@ -1128,11 +1128,11 @@ ENDIF()
|
||||
endmacro(set_std_filter)
|
||||
|
||||
# Locate some compressors
|
||||
OPTION(ENABLE_SZIP "Enable use of Szip compression library if it is available." ON)
|
||||
OPTION(ENABLE_FILTER_SZIP "Enable use of Szip compression library if it is available." ON)
|
||||
OPTION(ENABLE_FILTER_BZ2 "Enable use of Bz2 compression library if it is available." ON)
|
||||
OPTION(ENABLE_FILTER_BLOSC "Enable use of blosc compression library if it is available." ON)
|
||||
OPTION(ENABLE_FILTER_ZSTD "Enable use of Zstd compression library if it is available." ON)
|
||||
IF (ENABLE_SZIP)
|
||||
IF (ENABLE_FILTER_SZIP)
|
||||
FIND_PACKAGE(Szip)
|
||||
ENDIF()
|
||||
IF (ENABLE_FILTER_BZ2)
|
||||
|
Loading…
Reference in New Issue
Block a user