| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014442 | CMake | CMake | public | 2013-09-26 06:33 | 2015-06-01 08:38 | ||||
| Reporter | ilebedie | ||||||||
| Assigned To | |||||||||
| Priority | none | Severity | feature | Reproducibility | N/A | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | x64 | OS | Windows | OS Version | 7 | ||||
| Product Version | CMake 2.8.11.2 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0014442: Support of different toolchains during VS2012 project generation | ||||||||
| Description | 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). | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |