MantisBT - CMake
View Issue Details
0011031CMakeCMakepublic2010-07-22 18:082010-12-14 18:50
Olaf van der Spek 
David Cole 
normalfeaturealways
closedwon't fix 
CMake-2-8 
CMake 2.8.3 
0011031: VS generator should create more configs
Could the VS generator create more configs? It'd be nice to see both x86 and x64 and both dynamic and static ones.
No tags attached.
Issue History
2010-07-22 18:08Olaf van der SpekNew Issue
2010-07-26 16:00Olaf van der SpekNote Added: 0021487
2010-08-25 07:48David ColeStatusnew => assigned
2010-08-25 07:48David ColeAssigned To => David Cole
2010-08-25 07:51David ColeNote Added: 0021946
2010-08-25 07:51David ColeStatusassigned => resolved
2010-08-25 07:51David ColeResolutionopen => won't fix
2010-08-31 18:13David ColeTarget Version => CMake 2.8.3
2010-12-14 18:50David ColeNote Added: 0024099
2010-12-14 18:50David ColeStatusresolved => closed

Notes
(0021487)
Olaf van der Spek   
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   
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   
2010-12-14 18:50   
Closing bugs that have been resolved for more than 3 months without any further updates.