Skip to content

Commit

Permalink
Merge commit 'bd93e757df13f76a596c865e168ac9b3279a1c9b'
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Feb 18, 2011
2 parents e7d8ff6 + bd93e75 commit 46a935e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmake/module-help.html
Expand Up @@ -1344,7 +1344,7 @@ <h2><a name="section_CustomCMakeModules"/>Custom CMake Modules</h2>

</li>
<li>
<a name="module:ResetConfigurations"><b><code>ResetConfigurations</code></b></a>: Re-set the available configurations to just RelWithDebInfo and Release<br />
<a name="module:ResetConfigurations"><b><code>ResetConfigurations</code></b></a>: Re-set the available configurations to just RelWithDebInfo, Release, and Debug<br />
<p><br /></p>
<p>Requires these CMake modules:<br /></p>
<pre> no additional modules required<br /></pre>
Expand Down
3 changes: 2 additions & 1 deletion cmake/module-help.txt
Expand Up @@ -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



Expand Down

0 comments on commit 46a935e

Please sign in to comment.