diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-08-24 13:25:09 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-08-24 13:25:09 (GMT) |
commit | c40dd6c2ee821c99546ff1792d595dba478f66e1 (patch) | |
tree | ad6f344ab97c037ace2dc03e8cb47ced5c09f449 /config | |
parent | c7a0f9bf5896a1b9e85350ebafe87165273fb77b (diff) | |
download | hdf5-c40dd6c2ee821c99546ff1792d595dba478f66e1.zip hdf5-c40dd6c2ee821c99546ff1792d595dba478f66e1.tar.gz hdf5-c40dd6c2ee821c99546ff1792d595dba478f66e1.tar.bz2 |
Update version to 1.8.0-1 for CMake test failure.
if (H5_VERS_SUBRELEASE)
set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}")
else ()
if (${H5_VERS_SUBRELEASE} STREQUAL "")
set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}")
else ()
set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}")
endif ()
Diffstat (limited to 'config')
-rwxr-xr-x | 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 3fe0b65..8f49f9d 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -37,7 +37,7 @@ cmake_minimum_required (VERSION 3.12) ############################################################################## set (CTEST_SOURCE_VERSION "1.10.8") -set (CTEST_SOURCE_VERSEXT "-0") +set (CTEST_SOURCE_VERSEXT "-1") ############################################################################## # handle input parameters to script. |