The following issue has been SUBMITTED. 
====================================================================== 
https://cmake.org/Bug/view.php?id=15889 
====================================================================== 
Reported By:                Vivien
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15889
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2015-12-19 16:00 EST
Last Modified:              2015-12-19 16:00 EST
====================================================================== 
Summary:                    IA64 compilers not found in Visual Studio 2010 (and
probably others)
Description: 
In the CMakeDetermineCompilerId at line 186 there is :

set(id_platform ia64)

this leads to generate a bad CompilerIdC(XX).vcxproj with Debug|ia64 and
Release|ia64 configurations, not recognized by devenv.exe. 
Indeed devenv.exe onyl recognize "Itanium". 
The question is why changing "Itanium" to "ia64" in the .cmake because without
this line everything goes well and the IA compilers are found 

Steps to Reproduce: 
Try to configure any CMake project with Visual Studio 2010 IA64, and compilers
won't be found.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-12-19 16:00 Vivien         New Issue                                    
======================================================================

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to