Squashed 'cmake/' changes from 93c492f..6de4a61

6de4a61 Re-enable the debug configuration

git-subtree-dir: cmake
git-subtree-split: 6de4a61eadc174cbebf088dfa87c348758f20a2f
This commit is contained in:
Ryan Pavlik
2011-02-18 10:29:40 -06:00
parent 23e7c6d860
commit f1fc7e0b63
3 changed files with 5 additions and 4 deletions

View File

@@ -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