diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2024-03-13 15:02:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 15:02:47 (GMT) |
commit | ca4db46c5abe5b3432b3e7255bbf39265fd9e042 (patch) | |
tree | 2185dff6c24315c8722795424413ea68ad1821f5 | |
parent | 8961016fe70e2a05028682220f3ef0e83d503e09 (diff) | |
download | hdf5-ca4db46c5abe5b3432b3e7255bbf39265fd9e042.zip hdf5-ca4db46c5abe5b3432b3e7255bbf39265fd9e042.tar.gz hdf5-ca4db46c5abe5b3432b3e7255bbf39265fd9e042.tar.bz2 |
Deprecate bin/cmakehdf5 (#4127)
* Deprecate bin/cmakehdf5
* Add reference text
-rwxr-xr-x | bin/cmakehdf5 | 1 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5 index 6d31b34..bdd724f 100755 --- a/bin/cmakehdf5 +++ b/bin/cmakehdf5 @@ -1,4 +1,5 @@ #!/bin/sh +echo "Deprecated: This will be removed in a future release" # Build and Test HDF5 using cmake. # Copyright: The HDF Group, 2012-14 diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4383c39..8b835e2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,13 @@ New Features Configuration: ------------- + - Deprecate bin/cmakehdf5 script + + With the improvements made in CMake since version 3.23 and the addition + of CMake preset files, this script is no longer necessary. + + See INSTALL_CMake.txt file, Section X: Using CMakePresets.json for compiling + - Overhauled LFS support checks In 2024, we can assume that Large File Support (LFS) exists on all |