View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014442CMakeCMakepublic2013-09-26 06:332015-06-01 08:38
Reporterilebedie 
Assigned To 
PrioritynoneSeverityfeatureReproducibilityN/A
StatusclosedResolutionfixed 
Platformx64OSWindowsOS Version7
Product VersionCMake 2.8.11.2 
Target VersionFixed in Version 
Summary0014442: Support of different toolchains during VS2012 project generation
DescriptionVisual 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).
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0033897)
Brad King (manager)
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 (manager)
2015-06-01 08:38

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-09-26 06:33 ilebedie New Issue
2013-09-26 08:17 Brad King Note Added: 0033897
2015-01-21 08:55 Brad King Status new => resolved
2015-01-21 08:55 Brad King Resolution open => fixed
2015-06-01 08:38 Robert Maynard Note Added: 0038851
2015-06-01 08:38 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team