summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-10-10 14:30:19 (GMT)
committerGitHub <noreply@github.com>2023-10-10 14:30:19 (GMT)
commit7631015ea4af183c01025c4907869f47f7355c51 (patch)
tree0ac91de7db9d8a964195b5fc8f6cf5699d0eefdf /CMakeFilters.cmake
parent00da7e61c60b5da96122fcfecc570e723edbda98 (diff)
downloadhdf5-7631015ea4af183c01025c4907869f47f7355c51.zip
hdf5-7631015ea4af183c01025c4907869f47f7355c51.tar.gz
hdf5-7631015ea4af183c01025c4907869f47f7355c51.tar.bz2
Use real URLs and updated names for plugins (#3651)
* synchronize TGZ naming convention/usage
Diffstat (limited to 'CMakeFilters.cmake')
-rw-r--r--CMakeFilters.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeFilters.cmake b/CMakeFilters.cmake
index 53cf539..042bfdc 100644
--- a/CMakeFilters.cmake
+++ b/CMakeFilters.cmake
@@ -15,9 +15,9 @@ option (SZIP_USE_EXTERNAL "Use External Library Building for SZIP" 0)
set (ZLIB_USE_EXTERNAL "Use External Library Building for ZLIB" 1)
if (NOT ZLIB_USE_LOCALCONTENT)
- set (ZLIB_URL ${ZLIB_TGZ_ORIGPATH}/${ZLIB_TGZ_ORIGNAME})
+ set (ZLIB_URL ${ZLIB_TGZ_ORIGPATH}/${ZLIB_TGZ_NAME})
else ()
- set (ZLIB_URL ${TGZPATH}/${ZLIB_TGZ_ORIGNAME})
+ set (ZLIB_URL ${TGZPATH}/${ZLIB_TGZ_NAME})
endif ()
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15.0")
message (VERBOSE "Filter ZLIB file is ${ZLIB_URL}")
@@ -25,9 +25,9 @@ endif ()
set (SZIP_USE_EXTERNAL "Use External Library Building for SZIP" 1)
if (NOT LIBAEC_USE_LOCALCONTENT)
- set (SZIP_URL ${LIBAEC_TGZ_ORIGPATH}/${LIBAEC_TGZ_ORIGNAME})
+ set (SZIP_URL ${LIBAEC_TGZ_ORIGPATH}/${LIBAEC_TGZ_NAME})
else ()
- set (SZIP_URL ${TGZPATH}/${LIBAEC_TGZ_ORIGNAME})
+ set (SZIP_URL ${TGZPATH}/${LIBAEC_TGZ_NAME})
endif ()
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15.0")
message (VERBOSE "Filter SZIP file is ${SZIP_URL}")