diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2024-03-15 12:33:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 12:33:20 (GMT) |
commit | 78a5d8a70b191cc0a726f2ca0362a5a862f862f8 (patch) | |
tree | 04e5e774f3b099c7b9345470a07805a6625f0785 | |
parent | ca9c9428446b1a06eacca657f97df0fb27736510 (diff) | |
download | hdf5-78a5d8a70b191cc0a726f2ca0362a5a862f862f8.zip hdf5-78a5d8a70b191cc0a726f2ca0362a5a862f862f8.tar.gz hdf5-78a5d8a70b191cc0a726f2ca0362a5a862f862f8.tar.bz2 |
Capitalize option message for consistency. (#4141)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a2ebfcb..cb8b596 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -653,7 +653,7 @@ endif () if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten") set (H5_HAVE_EMBEDDED_LIBINFO 0) else () - option (HDF5_ENABLE_EMBEDDED_LIBINFO "embed library info into executables" ON) + option (HDF5_ENABLE_EMBEDDED_LIBINFO "Embed library info into executables" ON) if (HDF5_ENABLE_EMBEDDED_LIBINFO) set (H5_HAVE_EMBEDDED_LIBINFO 1) endif () |