On 1/20/07, <b class="gmail_sendername">Claus Klein</b> &lt;<a href="mailto:claus.klein@arcormail.de">claus.klein@arcormail.de</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
As long the dependencies are OK and the makefiles are always new generated if I change a cmake Variable, all is OK.<br><br>But this is not true for the compiler used!<br><br>I noted, that when I change the CMAKE_CXX_COMPILER value, the old compiler will be used?
<br></blockquote></div><br>
You cannot change CMAKE_CXX_COMPILER without deleting the entire binary
tree and starting over. Once the compiler is set, it&#39;s set. This is one
of the few cmake variables that you cannot change once it has been set.<br>
<br>
HTH,<br>
David<br>
<br>