| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0008914 | CMake | CMake | public | 2009-04-21 06:09 | 2011-09-05 11:37 | ||||
| Reporter | Claus Höfele | ||||||||
| Assigned To | David Cole | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake-2-6 | ||||||||
| Target Version | CMake 2.8.5 | Fixed in Version | CMake 2.8.5 | ||||||
| Summary | 0008914: Removing configuration types doesn't work when generating Xcode projects | ||||||||
| Description | 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. | ||||||||
| Additional Information | cmake 2.6-patch 3, Xcode 3.1.2, Mac OS X 10.5.6 | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 | |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |