It works in the VTK build tree...<br><br>What version of cmake/ctest?<br>What style dashboard scripts are you using?<br>How does your CONFIGURE_FILE for CTestCustom compare to the one found in VTK&#39;s top level CMakeLists.txt
?<br><br>Warnings are only suppressed when reported as part of a ctest driven dashboard run. If you observe the actual build process using Visual Studio or some flavor of make you will still see the warnings in the build output...
<br><br>HTH,<br>David<br><br><div><span class="gmail_quote">On 1/3/07, <b class="gmail_sendername">Kent Williams</b> &lt;<a href="mailto:kent@psychiatry.uiowa.edu">kent@psychiatry.uiowa.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I added a CTestCustom.ctest file to my build directory as suggested on<br>the CMake website, and it doesn&#39;t appear to be doing what it is supposed to.<br><br>I&#39;ll include my CTestCustom.ctest file below, but basically I want to
<br>suppress warning messages that occur because of third party libraries<br>built outside our application.&nbsp;&nbsp;I used the CONFIGURE_FILE command to<br>copy it into the build directory.<br><br>Is this feature still kind of broken?
<br><br>My CTestCustom.ctest file:<br>SET(CTEST_CUSTOM_WARNING_MATCH<br>&nbsp;&nbsp;${CTEST_CUSTOM_WARNING_MATCH}<br>&nbsp;&nbsp;&quot;{standard input}:[0-9][0-9]*: Warning: &quot;<br>&nbsp;&nbsp;)<br><br>SET(CTEST_CUSTOM_WARNING_EXCEPTION<br>&nbsp;&nbsp;${CTEST_CUSTOM_WARNING_EXCEPTION}
<br>&nbsp;&nbsp;&quot;Fl_Menu_Item\.H&quot;<br>&nbsp;&nbsp;&quot;FiberTrackingGUI\.cxx&quot;<br>&nbsp;&nbsp;&quot;has no symbols&quot;<br>&nbsp;&nbsp;&quot;itkConnectedComponentImageFilter\.txx(.*)comparison between signed<br>and unsigned&quot;<br>&nbsp;&nbsp;&quot;mac\.H(.*)deprecated&quot;
<br>&nbsp;&nbsp;&quot;itkFixedArray\.h(.*)cast from&quot;<br>&nbsp;&nbsp;&quot;vxl(.*)support for exported templates is disabled&quot;<br>)<br><br>_______________________________________________<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">
CMake@cmake.org</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>