MantisBT - CMake
View Issue Details
0014442CMakeCMakepublic2013-09-26 06:332015-06-01 08:38
ilebedie 
 
nonefeatureN/A
closedfixed 
x64Windows7
CMake 2.8.11.2 
 
0014442: Support of different toolchains during VS2012 project generation
Visual Studio 2012 allows to choose different toolchains to build it's projects(e.g. Visual Studio 2012 (v110), Intel C++ Compiler XE 13.0, Windows7.1SDK)
When trying to set compiler in cmakelists.txt (include(CMakeForceCompiler) CMAKE_FORCE_C_COMPILER(icl "Intel C Compiler") ) cmake generates VS project files with default compiler(v110).
No tags attached.
Issue History
2013-09-26 06:33ilebedieNew Issue
2013-09-26 08:17Brad KingNote Added: 0033897
2015-01-21 08:55Brad KingStatusnew => resolved
2015-01-21 08:55Brad KingResolutionopen => fixed
2015-06-01 08:38Robert MaynardNote Added: 0038851
2015-06-01 08:38Robert MaynardStatusresolved => closed

Notes
(0033897)
Brad King   
2013-09-26 08:17   
Have a look at CMAKE_GENERATOR_TOOLSET:

http://www.cmake.org/cmake/help/v2.8.11/cmake.html#variable:CMAKE_GENERATOR_TOOLSET [^]

which can be set from the cmake command-line with -T.
(0038851)
Robert Maynard   
2015-06-01 08:38   
Closing resolved issues that have not been updated in more than 4 months.