[CMake] Using icc on Windows

Bill Hoffman bill.hoffman at kitware.com
Thu Apr 19 21:26:02 EDT 2007


Todd Pitts wrote:
> Let's say I would like to use the intel compiler on windows without even
> owning visual studio -- how would I go about doing this?  Which build
> system would I choose?
>   
You could use "Unix Makefiles" and this make:

http://www.cmake.org/files/cygwin/make.exe

(The cygwin make does not handle windows paths any more.)

Or you could use nmake.   Just be sure to set CC and CXX before running 
CMakeSetup or cmake to create the makefiles.

-Bill



More information about the CMake mailing list