[cmake-developers] [CMake 0015889]: IA64 compilers not found in Visual Studio 2010 (and probably others)

Mantis Bug Tracker mantis at public.kitware.com
Sat Dec 19 16:00:29 EST 2015


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                                    
======================================================================



More information about the cmake-developers mailing list