diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-10-27 13:05:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 13:05:53 (GMT) |
commit | c86e4ccbea8eec7a5d0af52e338a0b73f4134a0f (patch) | |
tree | 3b8086b2dca08632746c236191bdbd33424885e8 /config | |
parent | 28ec5f9ad6761ecfebc4694a3253c2e748f87508 (diff) | |
download | hdf5-hdf5-1_14_3-rc1.zip hdf5-hdf5-1_14_3-rc1.tar.gz hdf5-hdf5-1_14_3-rc1.tar.bz2 |
HDF5 1.14.3 release candidate 1. (#3783)hdf5-1_14_3-rc1
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/scripts/HDF5config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake index a9d27b7..fc40f8b 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.18) ############################################################################## set (CTEST_SOURCE_VERSION "1.14.3") -set (CTEST_SOURCE_VERSEXT "-2") +set (CTEST_SOURCE_VERSEXT "") ############################################################################## # handle input parameters to script. |