Skip to content

Commit

Permalink
Capitalize option message for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 15, 2024
1 parent 112f445 commit ad22830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit ad22830

Please sign in to comment.