[cmake-developers] [CMake 0014476]: MSVC_IDE and MSVC not set when using Intel Platform Toolset

Mantis Bug Tracker mantis at public.kitware.com
Fri Oct 11 07:43:08 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14476 
====================================================================== 
Reported By:                Christian Weigel
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14476
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-10-11 07:43 EDT
Last Modified:              2013-10-11 07:43 EDT
====================================================================== 
Summary:                    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>


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-10-11 07:43 Christian WeigelNew Issue                                    
======================================================================




More information about the cmake-developers mailing list