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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake