I can set the compiler on cmake to the intel one, however when the .sln is opened on Visual Studio I have to convert the proyect it again to use Intel compiler. The source code I am trying to compile are ITK library and within them there are some utility projects so I cannot convert all of them. I get the following message :
Intel C++ does not support utility configuration type setting found in the "Debug|x64" configuration.


At 05:45 PM 19-04-07, Bill Hoffman wrote:
Alexia Rodríguez Ruano wrote:
I tried  to run 'cmakesetup CC=icl CXX=icl'  from a command line. After chosing the platform Visual Studio CMAKE_C_COMPILER was set to the Intel compiler as I wanted, but  CMAKE_CXX_COMPILER remainned set to cl . I modify ot to icl.exe. Click on configure and the OK, however when I open the solution on Visual Studio the project is not configurated to be compiled with INTEL Compiler.
I am pretty sure there is a way to change Visual Studio so it uses a different compiler.  That is how we have done it in the past.   I don't think that information is stored in the .vcproj files that cmake generates. 

-Bill
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to