MantisBT - CMake
View Issue Details
0015639CMakeCMakepublic2015-07-05 11:242016-01-04 11:51
KindDragon 
 
normalminoralways
closedwon't fix 
Windows8.1
CMake 3.2.3 
 
0015639: [Feature Request] Generate one VS solution for several toolsets and architectures
I want generate one "Visual Studio 14 2015" solution for several toolsets (VS2012, VS2013, VS2015) and several architectures (Win32, x64)
No tags attached.
related to 0014539closed Kitware Robot Multiple output configurations 
Issue History
2015-07-05 11:24KindDragonNew Issue
2015-07-06 08:39Brad KingNote Added: 0039018
2015-07-06 08:39Brad KingStatusnew => resolved
2015-07-06 08:39Brad KingResolutionopen => won't fix
2015-07-07 16:45Stephen KellyRelationship addedrelated to 0014539
2016-01-04 11:51Robert MaynardNote Added: 0040088
2016-01-04 11:51Robert MaynardStatusresolved => closed

Notes
(0039018)
Brad King   
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   
2016-01-04 11:51   
Closing resolved issues that have not been updated in more than 4 months.