From 248045e3e0e26a81ec634682c7267f8e23d0ffd8 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Fri, 26 May 2023 11:20:57 -0500 Subject: Correct name of fetch content variable name (#3020) --- config/cmake/HDFLibMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12