diff --git a/cmake/ResetConfigurations.cmake b/cmake/ResetConfigurations.cmake index abf625b..8c13fdf 100644 --- a/cmake/ResetConfigurations.cmake +++ b/cmake/ResetConfigurations.cmake @@ -1,4 +1,4 @@ -# - Re-set the available configurations to just RelWithDebInfo and Release +# - Re-set the available configurations to just RelWithDebInfo, Release, and Debug # # Requires these CMake modules: # no additional modules required @@ -21,7 +21,7 @@ endif() set(__reset_configurations YES) if(CMAKE_CONFIGURATION_TYPES) - set(CMAKE_CONFIGURATION_TYPES "RelWithDebInfo;Release") + set(CMAKE_CONFIGURATION_TYPES "RelWithDebInfo;Release;Debug") set(CMAKE_CONFIGURATION_TYPES "${CMAKE_CONFIGURATION_TYPES}" CACHE diff --git a/cmake/module-help.html b/cmake/module-help.html index a71ce20..83201b3 100644 --- a/cmake/module-help.html +++ b/cmake/module-help.html @@ -1344,7 +1344,7 @@
ResetConfigurations: Re-set the available configurations to just RelWithDebInfo and ReleaseResetConfigurations: Re-set the available configurations to just RelWithDebInfo, Release, and DebugRequires these CMake modules:
no additional modules requireddiff --git a/cmake/module-help.txt b/cmake/module-help.txt index dcd7ed7..5bccc1d 100644 --- a/cmake/module-help.txt +++ b/cmake/module-help.txt @@ -3272,7 +3272,8 @@ a few. LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ResetConfigurations - Re-set the available configurations to just RelWithDebInfo and Release + Re-set the available configurations to just RelWithDebInfo, Release, + and Debug