<div class="gmail_quote">On Mon, Aug 20, 2012 at 5:23 PM, Alexander Neundorf <span dir="ltr"><<a href="mailto:neundorf@kde.org" target="_blank">neundorf@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Monday 20 August 2012, Alexander Neundorf wrote:<br>
> On Monday 20 August 2012, Alexander Neundorf wrote:<br>
> ...<br>
><br>
> > I'm looking at it right now...<br>
> > I actually haven't figured out yet how that launchers feature works.<br>
> > Should the string "launch" (or "--launch") appear somewhere in the<br>
> > buildtree as soon as I include CTest ?<br>
><br>
> Ah, wait, I got it: this happens in the testing build tree where cmake is<br>
> executed from within ctest, right ?<br>
<br>
</div></div>Ok, here is a first try in the<br>
ErrorIfCTEST_USE_LAUNCHERSSetButLauncherRuleNotSet branch on cmake stage.<br>
<br>
It does now the following:<br>
~/src/CMake/tests/ltest/b$ /opt/cmake-HEAD/bin/cmake -<br>
DCTEST_USE_LAUNCHERS=TRUE ..<br>
-- Configuring done<br>
CMake Error: CTEST_USE_LAUNCHERS is enabled, but the RULE_LAUNCH_COMPILE<br>
global property is not defined.<br>
Did you forget to include(CTest) in the toplevel CMakeLists.txt ?<br>
~/src/CMake/tests/ltest/b$<br>
<br>
Alex<br>
</blockquote></div><br><div><br></div><div>I think this should just be a warning. Do you think it's necessary to make it an error condition?</div><div><br></div>