diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-01-13 19:00:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-01-13 19:00:44 (GMT) |
commit | 8ad55c177534183b445901236f5cacef7e37b126 (patch) | |
tree | a6fc259ae049a54be11d54560fa5b03455f7fd4f /config/cmake | |
parent | 556ff06975684288794fe53e4ab04f43c972623a (diff) | |
download | hdf5-8ad55c177534183b445901236f5cacef7e37b126.zip hdf5-8ad55c177534183b445901236f5cacef7e37b126.tar.gz hdf5-8ad55c177534183b445901236f5cacef7e37b126.tar.bz2 |
Add addition hint info about option
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/HDFCompilerFlags.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDFCompilerFlags.cmake b/config/cmake/HDFCompilerFlags.cmake index 77456d7..025bbda 100644 --- a/config/cmake/HDFCompilerFlags.cmake +++ b/config/cmake/HDFCompilerFlags.cmake @@ -73,7 +73,7 @@ if (NOT MSVC AND CMAKE_COMPILER_IS_GNUCC) #----------------------------------------------------------------------------- # Option to allow the user to enable developer warnings #----------------------------------------------------------------------------- - option (HDF5_ENABLE_DEV_WARNINGS "Enable developer group warnings" OFF) + option (HDF5_ENABLE_DEV_WARNINGS "Enable HDF5 developer group warnings" OFF) if (HDF5_ENABLE_DEV_WARNINGS) set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Winline -Waggregate-return") else () |