mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Fix syntax error in zlib setup (#5545)
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ if (HDF5_ENABLE_ZLIB_SUPPORT)
|
||||
endif ()
|
||||
find_package (ZLIB NAMES ${PACKAGE_NAME} CONFIG OPTIONAL_COMPONENTS ${ZLIB_SEARCH_TYPE})
|
||||
endif ()
|
||||
set(H5_ZLIB_FOUND ZLIB_FOUND})
|
||||
set(H5_ZLIB_FOUND ${ZLIB_FOUND})
|
||||
if (H5_ZLIB_FOUND)
|
||||
if (HDF5_USE_ZLIB_NG)
|
||||
set (H5_ZLIB_HEADER "zlib-ng.h")
|
||||
|
||||
Reference in New Issue
Block a user