Skip to content

Commit

Permalink
Set available CMake build types for non-multi-config generators (#4330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Apr 12, 2024
1 parent 125b243 commit 7d0cbc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/cmake/HDFMacros.cmake
Expand Up @@ -79,6 +79,9 @@ macro (SET_HDF_BUILD_TYPE)
else ()
set (HDF_CFG_NAME "Release")
endif ()
# Set available build types for cmake-gui/ccmake convenience
set_property (CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
"Debug" "Release" "RelWithDebInfo" "MinSizeRel" "Developer")
endif ()
endmacro ()

Expand Down

1 comment on commit 7d0cbc3

@Mingli-Yu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice 1.14.4.1 is released as https://github.com/HDFGroup/hdf5/releases/tag/hdf5-1.14.4.1, but why there is no this latest version at https://www.hdfgroup.org/downloads/hdf5/?

Please sign in to comment.