On 1/20/07, Claus Klein <[EMAIL PROTECTED]> wrote:

As long the dependencies are OK and the makefiles are always new generated
if I change a cmake Variable, all is OK.

But this is not true for the compiler used!

I noted, that when I change the CMAKE_CXX_COMPILER value, the old compiler
will be used?


You cannot change CMAKE_CXX_COMPILER without deleting the entire binary tree
and starting over. Once the compiler is set, it's set. This is one of the
few cmake variables that you cannot change once it has been set.

HTH,
David
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to