[Cmake] CMake with linux c++ compiler

Brad King brad.king at kitware.com
Wed Feb 5 17:31:18 EST 2003


> Has anyone built cmake with the Intel linux c++ compiler, either version
> 6 or 7.

I just built it successfully with version 7:

CC=icc70
CXX=icc70
CFLAGS=
CXXFLAGS=

Either of these commands worked:
$ cmake ../CMake && make
$ ../CMake/configure && make

-Brad




More information about the CMake mailing list