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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers