[CMake] chicken and egg q: Can CMakeLists.txt generate CTestConfig.cmake during configuration?

David Cole david.cole at kitware.com
Fri May 28 18:11:04 EDT 2010


CTestConfig.cmake should be downloaded from CDash and committed into your
source tree manually before configuring and before your first dashboard
submission.

Why do you think you want to generate it?

If the nightly start time changes, the CDash server also needs to know about
this.

If you are just submitting to a different CDash server, you can do that
explicitly from a script without modifying CTestConfig.cmake. (Just set the
variables in your ctest -S script just prior to a ctest_submit call...)

If it's something else, let's talk about it.....
:-)

HTH,
David



On Fri, May 28, 2010 at 5:13 PM, kent williams <nkwmailinglists at gmail.com>wrote:

> Subject line says it all.  Does CTestConfig.cmake need to exist at
> configuration time, or just at Ctest/make test time?
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100528/c9f07663/attachment.htm>


More information about the CMake mailing list