mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Capitalize option message for consistency. (#4141)
This commit is contained in:
parent
ca9c942844
commit
78a5d8a70b
@ -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 ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user