mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Fix name setting
This commit is contained in:
parent
aef4c9b02b
commit
8cff990553
@ -123,9 +123,9 @@ if (HDF5_ENABLE_SZIP_SUPPORT)
|
||||
message (STATUS "Filter SZIP is built")
|
||||
if (USE_LIBAEC)
|
||||
message (STATUS "... with library AEC")
|
||||
set (SZ_PACKAGE_NAME LIBAEC_PACKAGE_NAME)
|
||||
set (SZ_PACKAGE_NAME ${LIBAEC_PACKAGE_NAME})
|
||||
else ()
|
||||
set (SZ_PACKAGE_NAME SZIP_PACKAGE_NAME)
|
||||
set (SZ_PACKAGE_NAME ${SZIP_PACKAGE_NAME})
|
||||
endif ()
|
||||
else ()
|
||||
message (FATAL_ERROR "SZIP is Required for SZIP support in HDF5")
|
||||
|
Loading…
x
Reference in New Issue
Block a user