View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015639CMakeCMakepublic2015-07-05 11:242016-01-04 11:51
ReporterKindDragon 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSWindowsOS Version8.1
Product VersionCMake 3.2.3 
Target VersionFixed in Version 
Summary0015639: [Feature Request] Generate one VS solution for several toolsets and architectures
DescriptionI want generate one "Visual Studio 14 2015" solution for several toolsets (VS2012, VS2013, VS2015) and several architectures (Win32, x64)
TagsNo tags attached.
Attached Files

 Relationships
related to 0014539closedKitware Robot Multiple output configurations 

  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.

 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


Copyright © 2000 - 2018 MantisBT Team