summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFLibMacros.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-18 21:05:20 (GMT)
committerGitHub <noreply@github.com>2023-05-18 21:05:20 (GMT)
commitdc3ef6055f7f0e251683637326bc8ea6a2062e34 (patch)
treea0f643c5b8b57118f3fb3c6d71401400f1dbd744 /config/cmake/HDFLibMacros.cmake
parent6e5c4a5c586b43206f77378cd1774edb168d62bb (diff)
downloadhdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.zip
hdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.tar.gz
hdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.tar.bz2
Change defaults of standard filters. (#2927)
Diffstat (limited to 'config/cmake/HDFLibMacros.cmake')
-rw-r--r--config/cmake/HDFLibMacros.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/HDFLibMacros.cmake b/config/cmake/HDFLibMacros.cmake
index 282fe0c..538adf0 100644
--- a/config/cmake/HDFLibMacros.cmake
+++ b/config/cmake/HDFLibMacros.cmake
@@ -17,6 +17,7 @@ macro (ORIGINAL_ZLIB_LIBRARY compress_type)
GIT_TAG ${ZLIB_BRANCH}
)
elseif (${compress_type} MATCHES "TGZ")
+ message (VERBOSE "Filter ZLIB file ${ZLIB_URL}")
FetchContent_Declare (HDF5_ZLIB
URL ${ZLIB_URL}
URL_HASH ""
@@ -51,6 +52,7 @@ macro (ORIGINAL_SZIP_LIBRARY compress_type encoding)
GIT_TAG ${SZIP_BRANCH}
)
elseif (${compress_type} MATCHES "TGZ")
+ message (VERBOSE "Filter SZIP file ${SZIP_URL}")
FetchContent_Declare (SZIP
URL ${SZIP_URL}
URL_HASH ""