View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0015639 | CMake | CMake | public | 2015-07-05 11:24 | 2016-01-04 11:51 | ||||
Reporter | KindDragon | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | won't fix | ||||||
Platform | OS | Windows | OS Version | 8.1 | |||||
Product Version | CMake 3.2.3 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0015639: [Feature Request] Generate one VS solution for several toolsets and architectures | ||||||||
Description | I want generate one "Visual Studio 14 2015" solution for several toolsets (VS2012, VS2013, VS2015) and several architectures (Win32, x64) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0039018) Brad King (manager) 2015-07-06 08:39 |
This is fundamentally incompatible with CMake's design. CMake detects all kinds of information about the target platform and toolchain during the configuration step. The try_compile command, CMAKE_CXX_COMPILER, and many other things depend on having exactly one target platform/architecture/toolchain. All the find_* commands and find modules are designed to find libraries and other external dependencies for one architecture at a time. |
(0040088) Robert Maynard (manager) 2016-01-04 11:51 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2015-07-05 11:24 | KindDragon | New Issue | |
2015-07-06 08:39 | Brad King | Note Added: 0039018 | |
2015-07-06 08:39 | Brad King | Status | new => resolved |
2015-07-06 08:39 | Brad King | Resolution | open => won't fix |
2015-07-07 16:45 | Stephen Kelly | Relationship added | related to 0014539 |
2016-01-04 11:51 | Robert Maynard | Note Added: 0040088 | |
2016-01-04 11:51 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |