<div dir="ltr">Hi Zach and Mathias: Thanks for the explanations and suggestions.<br><br>Allen<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 6, 2014 at 10:40 AM, Mathias Gaunard <span dir="ltr"><<a href="mailto:mathias.gaunard@ens-lyon.org" target="_blank">mathias.gaunard@ens-lyon.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/10/14 15:43, Allen Barnett wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to<br>
CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure<br>
what I'm looking at now on the CDash warning pages. For example, we run<br>
a pdflatex step during our build. This has always produced a mountain of<br>
messages like:<br>
<br>
LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313.<br>
<br>
as LaTeX struggles to complete the cross references. It seems like CTest<br>
used to ignore these warnings but CDash is now saying that there is 1<br>
warning from our pdflatex step and showing the entire output of the<br>
program.  Of course if you look at the output from pdflatex, there are<br>
100 lines with the text "warning" on them.<br>
<br>
Is this what I should expect?<br>
</blockquote>
<br></span>
Yes.<br>
With CTEST_USE_LAUNCHERS, you get at most one error or one warning per target.<br>
This is the desired behaviour.</blockquote></div></div></div>