George Neill wrote: > Hi CMakers, > > I'd like to use cmake with the Sun cc/CC compiler on linux. What > do I need to change to make this work? > Put them in your PATH. Then set CC=cc, CXX=CC and run cmake. -Bill