mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Correct name of fetch content variable name (#3020)
This commit is contained in:
parent
00e6c2d221
commit
248045e3e0
@ -24,7 +24,7 @@ macro (ORIGINAL_ZLIB_LIBRARY compress_type)
|
||||
)
|
||||
endif ()
|
||||
FetchContent_GetProperties(HDF5_ZLIB)
|
||||
if(NOT zlib_POPULATED)
|
||||
if(NOT hdf5_zlib_POPULATED)
|
||||
FetchContent_Populate(HDF5_ZLIB)
|
||||
|
||||
# Copy an additional/replacement files into the populated source
|
||||
|
Loading…
Reference in New Issue
Block a user