summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFCompilerFlags.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-13 17:36:48 (GMT)
committerGitHub <noreply@github.com>2023-04-13 17:36:48 (GMT)
commit2ecfba97ddb728aaf977c75972efe6bd451673a4 (patch)
tree18d10413db6df498908939882aa7659c342a555c /config/cmake/HDFCompilerFlags.cmake
parent526d0d70e65115b075f376db6a6f61c237bc8acf (diff)
downloadhdf5-2ecfba97ddb728aaf977c75972efe6bd451673a4.zip
hdf5-2ecfba97ddb728aaf977c75972efe6bd451673a4.tar.gz
hdf5-2ecfba97ddb728aaf977c75972efe6bd451673a4.tar.bz2
Identify some options as advanced (#2717)
* Identify some options as advanced Add explicit option statement to set default for CMake option * Revert advanced setting for file locks
Diffstat (limited to 'config/cmake/HDFCompilerFlags.cmake')
-rw-r--r--config/cmake/HDFCompilerFlags.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/HDFCompilerFlags.cmake b/config/cmake/HDFCompilerFlags.cmake
index 7a9a62e..1bbf57c 100644
--- a/config/cmake/HDFCompilerFlags.cmake
+++ b/config/cmake/HDFCompilerFlags.cmake
@@ -64,6 +64,7 @@ if (CMAKE_COMPILER_IS_GNUCC)
# This should NOT be on by default as it can cause process issues.
#-----------------------------------------------------------------------------
option (HDF5_ENABLE_BUILD_DIAGS "Enable color and URL extended diagnostic messages" OFF)
+ mark_as_advanced (HDF5_ENABLE_BUILD_DIAGS)
if (HDF5_ENABLE_BUILD_DIAGS)
message (STATUS "... default color and URL extended diagnostic messages enabled")
else ()