diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2024-03-15 20:00:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 20:00:47 (GMT) |
commit | 3861c0c7779c8badfdfef2c43f8148d47733fb83 (patch) | |
tree | 60a1afe1b81945693152386a339184961789df7e | |
parent | 26837b4af843eefd8f867091482dd222ebf698e2 (diff) | |
download | hdf5-3861c0c7779c8badfdfef2c43f8148d47733fb83.zip hdf5-3861c0c7779c8badfdfef2c43f8148d47733fb83.tar.gz hdf5-3861c0c7779c8badfdfef2c43f8148d47733fb83.tar.bz2 |
Remove at the end of list item. (#4151)
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 4d4af24..94f525b 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -1104,7 +1104,7 @@ Using individual command presets (where <compiler-type> is GNUC or MSVC or Clan cpack --preset ci-StdShar-<compiler-type> -Using the workflow preset to configure, build, test and package the standard configuration is: +Using the workflow preset to configure, build, test and package the standard configuration: change directory to the hdf5 source folder execute "cmake --workflow --preset ci-StdShar-<compiler-type> --fresh" where <compiler-type> is GNUC or MSVC or Clang |