View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008914CMakeCMakepublic2009-04-21 06:092011-09-05 11:37
ReporterClaus Höfele 
Assigned ToDavid Cole 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionCMake 2.8.5Fixed in VersionCMake 2.8.5 
Summary0008914: Removing configuration types doesn't work when generating Xcode projects
DescriptionI 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.
Additional Informationcmake 2.6-patch 3, Xcode 3.1.2, Mac OS X 10.5.6
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0025122)
David Cole (manager)
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 (manager)
2011-09-05 11:37

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2009-04-21 06:09 Claus Höfele New Issue
2010-12-14 15:36 David Cole Status new => assigned
2010-12-14 15:36 David Cole Assigned To => David Cole
2011-01-28 10:23 David Cole Note Added: 0025122
2011-01-28 10:23 David Cole Status assigned => resolved
2011-01-28 10:23 David Cole Resolution open => fixed
2011-02-16 11:45 David Cole Target Version => CMake 2.8.5
2011-03-09 11:09 David Cole Fixed in Version => CMake 2.8.5
2011-09-05 11:37 David Cole Status resolved => closed
2011-09-05 11:37 David Cole Note Added: 0027336


Copyright © 2000 - 2018 MantisBT Team