summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-26 16:20:57 (GMT)
committerGitHub <noreply@github.com>2023-05-26 16:20:57 (GMT)
commit248045e3e0e26a81ec634682c7267f8e23d0ffd8 (patch)
tree01e4a0bb799176d05de9c6c8523190e6bf76024b
parent00e6c2d2211c2487361863522bd276d351457025 (diff)
downloadhdf5-248045e3e0e26a81ec634682c7267f8e23d0ffd8.zip
hdf5-248045e3e0e26a81ec634682c7267f8e23d0ffd8.tar.gz
hdf5-248045e3e0e26a81ec634682c7267f8e23d0ffd8.tar.bz2
Correct name of fetch content variable name (#3020)
-rw-r--r--config/cmake/HDFLibMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDFLibMacros.cmake b/config/cmake/HDFLibMacros.cmake
index 538adf0..8737b77 100644
--- a/config/cmake/HDFLibMacros.cmake
+++ b/config/cmake/HDFLibMacros.cmake
@@ -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