Re: [CMake] Can't force compiler to g++/gcc when compiling PV

2006-07-05 Thread Bill Hoffman
Remove CMakeCache.txt and try again. At 02:46 PM 7/5/2006, Peter J. Bismuti wrote: >I'm following this ste: > >env CXX=/your/C++/compiler CC=/your/c/compiler ccmake . > >And in ccmake I'm setting the compiler path, but after I configure, it keeps >overwriting it with different compilers.

[CMake] Can't force compiler to g++/gcc when compiling PV

2006-07-05 Thread Peter J. Bismuti
I'm following this ste: env CXX=/your/C++/compiler CC=/your/c/compiler ccmake . And in ccmake I'm setting the compiler path, but after I configure, it keeps overwriting it with different compilers. How can I force ccmake to take the compilers that I want? Thanks in advnace ___