View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011031CMakeCMakepublic2010-07-22 18:082010-12-14 18:50
ReporterOlaf van der Spek 
Assigned ToDavid Cole 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionCMake 2.8.3Fixed in Version 
Summary0011031: VS generator should create more configs
DescriptionCould the VS generator create more configs? It'd be nice to see both x86 and x64 and both dynamic and static ones.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0021487)
Olaf van der Spek (reporter)
2010-07-26 16:00

Static obviously refers to libs. It should probably generate both dynamic and static runtime for the static lib config.
(0021946)
David Cole (manager)
2010-08-25 07:51

Given the way that the CMake generators presently work, and the fact that we have chosen to provide separate generators for "Visual Studio" and "Visual Studio Win64", and the fact that people use CMAKE_SIZEOF_VOID_P at cmake-configure time to make 32-vs.-64-bit decisions, and the fact that they set CMAKE_CXX_FLAGS, and...

It's not really practical (given the content of many existing CMakeLists.txt files) to implement a multi-config Visual Studio generator that generates project files that use multiple compilers, or multiple sets of flags.
(0024099)
David Cole (manager)
2010-12-14 18:50

Closing bugs that have been resolved for more than 3 months without any further updates.

 Issue History
Date Modified Username Field Change
2010-07-22 18:08 Olaf van der Spek New Issue
2010-07-26 16:00 Olaf van der Spek Note Added: 0021487
2010-08-25 07:48 David Cole Status new => assigned
2010-08-25 07:48 David Cole Assigned To => David Cole
2010-08-25 07:51 David Cole Note Added: 0021946
2010-08-25 07:51 David Cole Status assigned => resolved
2010-08-25 07:51 David Cole Resolution open => won't fix
2010-08-31 18:13 David Cole Target Version => CMake 2.8.3
2010-12-14 18:50 David Cole Note Added: 0024099
2010-12-14 18:50 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team