Sorry, but no, not for 2.8.6. From now on we will only consider fixes for regressions, and we hope to finalize 2.8.6 by end of next week.<br><br>On the other hand, you can override all the settings in CTestConfig already, if you set the variables at the right point in a ctest -S script (typically after the call to ctest_configure...)<br>
<br>That would be an alternative you can consider for using with any ctest 2.8.x<br><br>If you really want a change like this in CMake, we&#39;d consider it for the next release, but it should be in &#39;next&#39; and tested on the dashboard well before the release candidate phase leading up to a release.<br>
<br>Thx,<br>David C.<br><br><br>On Thursday, September 22, 2011, Jean-Christophe Fillion-Robin &lt;<a href="mailto:jchris.fillionr@kitware.com">jchris.fillionr@kitware.com</a>&gt; wrote:<br>&gt; Hi Dave,<br>&gt;<br>&gt; Would it be possible to include the following topic in the release:<br>
&gt;  <a href="https://github.com/jcfr/CMake/tree/check-ctestconfig-in-builddir">https://github.com/jcfr/CMake/tree/check-ctestconfig-in-builddir</a><br>&gt;<br>&gt; The change is documented and tests have been added:<br>
&gt;<br>&gt; Expect CTestConfig.cmake in either the build or source directory &lt;<a href="https://github.com/jcfr/CMake/commit/268c0e5d015e36145c4d48c91d169c636ea172cd">https://github.com/jcfr/CMake/commit/268c0e5d015e36145c4d48c91d169c636ea172cd</a>&gt; …<br>
&gt;<br>&gt; Provide the ability to configure CTest with setting different from the one<br>&gt; available in the source tree by checking first if CTestConfig.cmake<br>&gt; exists in the build tree first.<br>&gt;<br>&gt;<br>
&gt;<br>&gt; The motivation is to allow build system checking out external project to<br>&gt; test and/or package them and submit the associated results to a different<br>&gt; dashboard than the one specified (or not) in the source of the external<br>
&gt;<br>&gt;<br>&gt; project.<br>&gt;<br>&gt; For example, the build system of Slicer can checkout, build, test<br>&gt; and package what I will  call &quot;extension&quot;. These extensions can be developed<br>&gt; by third party who can test and submit to their own dashboard / project.<br>
&gt;<br>&gt;<br>&gt; When checkout by Slicer build system, the default dashboard can be now<br>&gt; overwritten by adding a custom CTestConfig.cmake to the build directory.<br>&gt; And if not overwritten, it would avoid to create CTestConfig.cmake within<br>
&gt;<br>&gt;<br>&gt; the source checkout of the extension.<br>&gt;<br>&gt; Thanks<br>&gt; Jc<br>&gt;<br>&gt; On Thu, Sep 22, 2011 at 4:14 PM, David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt; The CMake 2.8.6 release candidate stream continues! You can find the<br>&gt;&gt; source and binaries here:<br>&gt;&gt;<br>&gt;&gt;  <a href="http://www.cmake.org/files/v2.8/?C=M;O=D">http://www.cmake.org/files/v2.8/?C=M;O=D</a><br>
&gt;&gt;<br>&gt;&gt; This email is also available on the Kitware blog at<br>&gt;&gt;<br>&gt;&gt;  <a href="http://www.kitware.com/blog/home/post/170">http://www.kitware.com/blog/home/post/170</a><br>&gt;&gt;<br>&gt;&gt; This is the last rc before the final release, unless somebody finds a<br>
&gt;&gt; showstopper issue between now and next Thursday.<br>&gt;&gt;<br>&gt;&gt; This release candidate we do not have pre-built binaries for the<br>&gt;&gt; SunOS anymore. As mentioned on the CMake mailing list recently, our<br>
&gt;&gt; Sun hardware has bitten the proverbial dust.<br>&gt;&gt;<br>&gt;&gt; However, we are now providing two sets of installers for the Mac.<br>&gt;&gt; The &quot;Darwin&quot; versions are for Mac OSX 10.4 and later, and are &quot;ppc;i386&quot;<br>
&gt;&gt; universal binaries. The &quot;Darwin64&quot; versions are for 10.6 and later,<br>&gt;&gt; and are &quot;x86_64;i386&quot; universal binaries.<br>&gt;&gt;<br>&gt;&gt; Following is the list of changes in this release. Since we switched to<br>
&gt;&gt; git, this list is now the &#39;git log&#39; one line summary written by the<br>&gt;&gt; named CMake developers.<br>&gt;&gt;<br>&gt;&gt; Please try this version of CMake on your projects and report any<br>&gt;&gt; issues to the list or the bug tracker.<br>
&gt;&gt;<br>&gt;&gt; Happy building!<br>&gt;&gt; -Dave<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Changes in CMake 2.8.6-rc4 (since 2.8.6-rc3)<br>&gt;&gt; --------------------------------------------<br>&gt;&gt; Alex Neundorf (3):<br>
&gt;&gt;      FindFLEX.cmake: also search the include dir<br>&gt;&gt;      Fix typos in FeatureSummary.cmake (#12462)<br>&gt;&gt;      Don&#39;t warn when setting a property multiple times to the same value #12464<br>&gt;&gt;<br>
&gt;&gt; Bill Hoffman (2):<br>&gt;&gt;      For VS Intel Fortran IDE builds, add a check to find the Fortran<br>&gt;&gt; library PATH.<br>&gt;&gt;      Enable Fortran tests for IDE builds.<br>&gt;&gt;<br>&gt;&gt; Brad King (5):<br>
&gt;&gt;      FortranCInterface: Compile separate Fortran lib in VerifyC[XX]<br>&gt;&gt;      Move IntelVSImplicitPath project to better location<br>&gt;&gt;      Simplify IntelVSImplicitPath detection project<br>&gt;&gt;      libarchive: Fix ssize_t detection with mingwrt 3.20<br>
&gt;&gt;      Make file(DOWNLOAD) fail on http error<br>&gt;&gt;<br>&gt;&gt; David Cole (8):<br>&gt;&gt;      Tests: Add a KWStyle test, equivalent to the make StyleCheck target<br>&gt;&gt;      KWStyle Test: Activate by default if KWStyle is found<br>
&gt;&gt;      Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir<br>&gt;&gt;      Xcode: Add test to demonstrate iOS project in Xcode<br>&gt;&gt;      CMake: Reference test targets only when BUILD_TESTING is ON<br>
&gt;&gt;      Tests: Add the more modern Mac64 nightly build<br>&gt;&gt;      Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460)<br>&gt;&gt;      Revert &quot;FindThreads: Try pthreads with no special option first (#11333)&quot;<br>
&gt;&gt;<br>&gt;&gt; Eric NOULARD (4):<br>&gt;&gt;      CPack fix #12449 doc mispelled<br>&gt;&gt;      CPack fix template too<br>&gt;&gt;      CPackDeb fix #10325 automagically use fakeroot for DEB if<br>&gt;&gt; fakeroot is found<br>
&gt;&gt;      CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)<br>&gt;&gt;<br>&gt;&gt; Marcus D. Hanwell (4):<br>&gt;&gt;      Just code style changes.<br>&gt;&gt;      Don&#39;t warn when nothing to do in visibility function.<br>
&gt;&gt;      Made ADD_COMPILER_EXPORT_FLAGS into a macro.<br>&gt;&gt;      Make add_compiler_export_flags a function again.<br>&gt;&gt;<br>&gt;&gt; Rolf Eike Beer (1):<br>&gt;&gt;      remove stray brace in CPackDeb documentation<br>
&gt;&gt; --<br>&gt;&gt;<br>&gt;&gt; Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>&gt;&gt;<br>&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>&gt;&gt; Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a><br>&gt;&gt;<br>&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a> &lt;<a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a>&gt;<br>
&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; +1 919 869 8849 &lt;tel:%2B1%20919%20869%208849&gt;<br>&gt;<br>&gt;