Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Edelmann <[email protected]>
  • Loading branch information
gassmoeller and tukss authored Jun 21, 2024
1 parent ed78554 commit 86473e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "")
set(CMAKE_BUILD_TYPE
"Release"
CACHE STRING
"Choose the type of build, options are: Debug, Release."
"Choose the type of build, options are: Debug, Release, RelWithDebInfo, MinSizeRel."
FORCE)
# Set the possible values of build type for cmake-gui
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
"Debug" "Release")
"Debug" "Release" "RelWithDebInfo" "MinSizeRel")
endif()

message(STATUS "Configuring in \"" ${CMAKE_BUILD_TYPE} "\" mode.")
Expand Down

0 comments on commit 86473e7

Please sign in to comment.