View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0005811 | CMake | CMake | public | 2007-10-01 11:26 | 2016-06-10 14:30 | ||||
Reporter | Tal Blum | ||||||||
Assigned To | Bill Hoffman | ||||||||
Priority | normal | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0005811: Creating new configurations for MSVC | ||||||||
Description | Although the documentations explains how to define a new configuration (called Maintener), in MSVC this doesn't work as one can't extend CMAKE_CONFIGURATION_TYPES. I would like to request a feature so that new configurations would be allowed to be defined for MSVC. Thanks, Tal | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0009449) Tal Blum (reporter) 2007-10-12 13:23 |
Some people on the mailing list suggested how to fix the code so that it would be possible to add a new configuration. There is however more than that to configurations in MSVC. In my group each project has it's own configurations and there is also a mapping between global configurations and model configurations. For example in my project when choose a global English_Release configuration, some libraries my be compiled under a Release configuration. I am not sure you want to implement this, but I thought I should mention that. |
(0031930) Paris (reporter) 2012-12-20 08:22 |
We deeply need that feature as well. I have tried something from the FAQ: http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_specify_my_own_configurations_.28for_generators_that_allow_it.29_.3F [^] This does not work. When trying to change the CMAKE_CONFIGURATION_TYPES to only Debug;Release, the cache is not properly updated and keep the old values: Debug;Release;MinSizeRel;RelWithDebInfo System: Win 7 Pro IDE: VS9 |
(0032095) Jonathan M Davis (reporter) 2013-01-10 17:08 |
Is there a technical reason why this hasn't been implemented yet, or is it just that no one has gotten around to working on it? |
(0033771) nomorgan (reporter) 2013-09-02 08:56 |
A workaround here : http://www.cmake.org/pipermail/cmake/2012-January/048856.html [^] |
(0041387) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2007-10-01 11:26 | Tal Blum | New Issue | |
2007-10-12 09:45 | Bill Hoffman | Status | new => assigned |
2007-10-12 09:45 | Bill Hoffman | Assigned To | => Bill Hoffman |
2007-10-12 13:23 | Tal Blum | Note Added: 0009449 | |
2012-12-20 08:22 | Paris | Note Added: 0031930 | |
2013-01-10 17:08 | Jonathan M Davis | Note Added: 0032095 | |
2013-09-02 08:56 | nomorgan | Note Added: 0033771 | |
2016-06-10 14:27 | Kitware Robot | Note Added: 0041387 | |
2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved |
2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:30 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |