Thanks for the pointers, I&#39;ll try that... is there any logic/rational behind the developers choosing red for linking?? I would think that red should be reserved for errors... and doubly strange that errors are reported in black...<div>

<br></div><div>should this be submitted as a &quot;bug report&quot;/feature request?</div><div><br></div><div>-=Abe<br><div><br></div><div><br><br><div class="gmail_quote">On Sat, Sep 4, 2010 at 9:17 AM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5"><div class="gmail_quote">On Sat, Sep 4, 2010 at 8:51 AM, Michael Hertling <span dir="ltr">&lt;<a href="mailto:mhertling@online.de" target="_blank">mhertling@online.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div></div><div>On 09/04/2010 02:32 AM, Abe Bachrach wrote:<br>
&gt; Hi there,<br>
&gt; is there a way to change the color scheme that cmake uses while building??<br>
&gt;<br>
&gt; I would rather not have the message for linking be red, since this<br>
&gt; immediately makes me think there was an error.<br>
<br>
</div></div>As Eric has pointed out in the meantime, those colors are hardcoded<br>
in the CMake code base, but - if on *nix - look at the following:<br>
<br>
ADD_CUSTOM_TARGET(red2yellow ALL<br>
    COMMAND find ${CMAKE_BINARY_DIR} -name build.make<br>
            -exec perl -pi -e &quot;s/--red/--yellow/&quot; &quot;{}&quot; &quot;\;&quot;)<br>
<br>
Placed in the top-level CMakeLists.txt, this custom target tweakes the<br>
concerned Makefiles to present the linking message in a beautiful but<br>
unreadable yellow. ;) If it doesn&#39;t luckily execute as the very first<br>
target, you could resort to CMake&#39;s ordinary dependency mechanism.<br>
<br>
Yours colorfully,<br>
<font color="#888888"><br>
Michael<br>
</font><div><div></div><div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br><div><br></div></div></div><div>But watch out if any of your file names have &quot;--red&quot; in them......</div><div><br></div><div>:-)</div><div><br></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br></div></div>