summaryrefslogtreecommitdiffstats
path: root/test/API
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 /test/API
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 'test/API')
-rw-r--r--test/API/driver/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/API/driver/CMakeLists.txt b/test/API/driver/CMakeLists.txt
index 23ba053..5993a44 100644
--- a/test/API/driver/CMakeLists.txt
+++ b/test/API/driver/CMakeLists.txt
@@ -2,9 +2,9 @@ cmake_minimum_required (VERSION 3.18)
project(H5_API_TEST_DRIVER CXX)
if (NOT KWSYS_USE_LOCALCONTENT)
- set (KWSYS_URL ${KWSYS_TGZ_ORIGPATH}/${KWSYS_TGZ_ORIGNAME})
+ set (KWSYS_URL ${KWSYS_TGZ_ORIGPATH}/${KWSYS_TGZ_NAME})
else ()
- set (KWSYS_URL ${TGZPATH}/${KWSYS_TGZ_ORIGNAME})
+ set (KWSYS_URL ${TGZPATH}/${KWSYS_TGZ_NAME})
endif ()
# Only tgz files
FetchContent_Declare (KWSYS