summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-17 12:35:06 (GMT)
committerGitHub <noreply@github.com>2023-08-17 12:35:06 (GMT)
commit83ad24852850ef53ae4ee577fb0feaf55de52195 (patch)
treebb229e1e4339a905761e2451db94cbac9632982a /config/cmake
parent1415dde63033a7093ce5b9f07188d9511f5f576c (diff)
downloadhdf5-83ad24852850ef53ae4ee577fb0feaf55de52195.zip
hdf5-83ad24852850ef53ae4ee577fb0feaf55de52195.tar.gz
hdf5-83ad24852850ef53ae4ee577fb0feaf55de52195.tar.bz2
Use plugins master with overrides (#3386)
* Correct ref links
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/cacheinit.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake
index ad61584..ee2d7c7 100644
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -73,6 +73,9 @@ set (KWSYS_USE_LOCALCONTENT OFF CACHE BOOL "Use local file for KWSYS FetchConten
set (PLUGIN_TGZ_NAME "hdf5_plugins.tar.gz" CACHE STRING "Use PLUGINS from compressed file" FORCE)
set (PLUGIN_PACKAGE_NAME "pl" CACHE STRING "Name of PLUGIN package" FORCE)
+set (H5PL_VERS_MAJOR "1" CACHE STRING "Major version of hdf5 package for PLUGIN package" FORCE)
+set (H5PL_VERS_MINOR "14" CACHE STRING "Minor version of hdf5 package for PLUGIN package" FORCE)
+set (H5PL_VERS_RELEASE "3" CACHE STRING "Release version of hdf5 package for PLUGIN package" FORCE)
#############
# bitshuffle