MantisBT - CMake
View Issue Details
0008914CMakeCMakepublic2009-04-21 06:092011-09-05 11:37
Claus Höfele 
David Cole 
normalmajoralways
closedfixed 
CMake-2-6 
CMake 2.8.5CMake 2.8.5 
0008914: Removing configuration types doesn't work when generating Xcode projects
I have the following lines in my top-level CMakeLists.txt to get rid
of all configuration types except for Debug and Release:

cmake_minimum_required(VERSION 2.6)
set(CMAKE_CONFIGURATION_TYPES Debug Release CACHE TYPE INTERNAL FORCE)
project(2dots)
# ...

This works when generating project files for Visual Studio, but
MinSizeRel and RelWithDebInfo still turn up when generating Xcode project files.
cmake 2.6-patch 3, Xcode 3.1.2, Mac OS X 10.5.6
No tags attached.
Issue History
2009-04-21 06:09Claus HöfeleNew Issue
2010-12-14 15:36David ColeStatusnew => assigned
2010-12-14 15:36David ColeAssigned To => David Cole
2011-01-28 10:23David ColeNote Added: 0025122
2011-01-28 10:23David ColeStatusassigned => resolved
2011-01-28 10:23David ColeResolutionopen => fixed
2011-02-16 11:45David ColeTarget Version => CMake 2.8.5
2011-03-09 11:09David ColeFixed in Version => CMake 2.8.5
2011-09-05 11:37David ColeStatusresolved => closed
2011-09-05 11:37David ColeNote Added: 0027336

Notes
(0025122)
David Cole   
2011-01-28 10:23   
Fix pushed to 'next'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e6221ed2c41de86020083c4d2af58c7b28d36bb0 [^]

I don't think this will make it into the 2.8.4 release, but I will add another note when we know for sure.
(0027336)
David Cole   
2011-09-05 11:37   
Closing resolved issues that have not been updated in more than 4 months.