| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014476 | CMake | CMake | public | 2013-10-11 07:43 | 2014-03-05 09:58 | ||||
| Reporter | Christian Weigel | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | Windows | OS Version | 7 | |||||
| Product Version | CMake 2.8.11.2 | ||||||||
| Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | ||||||
| Summary | 0014476: MSVC_IDE and MSVC not set when using Intel Platform Toolset | ||||||||
| Description | The cmake documenation says about MSVC_IDE variable: True when using the Microsoft Visual C IDE Set to true when the target platform is the Microsoft Visual C IDE, as opposed to the command line compiler. Thus, when using the Intel Platform toolset with the Visual Studio this variable should be set to true. Interestingly, during the intial run -- MSVC= -- MSVC_IDE= -- MSVC_VERSION=1600 -- MSVC10=1 the version is set properly while during an update run ALL MSVC variables are empty: -- MSVC= -- MSVC_IDE= -- MSVC_VERSION= -- MSVC10= | ||||||||
| Steps To Reproduce | run cmake -T"Intel C++ Compiler XE 13.0" <src_path> | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0034123) Brad King (manager) 2013-10-15 10:08 |
This should be addressed by the following series: CMakeDetermineCompilerId: Fix Intel Fortran compiler id detection http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7ff732fa [^] VS: Detect Intel Fortran compiler id and version http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d504ec7d [^] Intel: When simulating MSVC, re-use Windows-MSVC http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=36d2aa26 [^] |
|
(0034154) Brad King (manager) 2013-10-18 10:05 |
The series took a little more work to support pre-11.0 Intel versions. The following is now in master: CMakeDetermineCompilerId: Fix Intel Fortran compiler id detection http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d36c9ab [^] VS: Expose Intel Fortran .vfproj format version to CMake language http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b8522a8c [^] VS: Detect Intel Fortran compiler id and version http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af40e8c3 [^] Intel: When simulating MSVC, re-use Windows-MSVC (0014476) http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a85e17e6 [^] Intel: Fix detection of MSVC version simulated by pre-11.0 Fortran http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d14898b6 [^] |
|
(0035286) Robert Maynard (manager) 2014-03-05 09:58 |
Closing resolved issues that have not been updated in more than 4 months |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2013-10-11 07:43 | Christian Weigel | New Issue | |
| 2013-10-15 10:08 | Brad King | Note Added: 0034123 | |
| 2013-10-15 10:08 | Brad King | Assigned To | => Brad King |
| 2013-10-15 10:08 | Brad King | Status | new => resolved |
| 2013-10-15 10:08 | Brad King | Resolution | open => fixed |
| 2013-10-15 10:08 | Brad King | Fixed in Version | => CMake 3.0 |
| 2013-10-15 10:08 | Brad King | Target Version | => CMake 3.0 |
| 2013-10-18 10:05 | Brad King | Note Added: 0034154 | |
| 2014-03-05 09:58 | Robert Maynard | Note Added: 0035286 | |
| 2014-03-05 09:58 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |