[CMake] How can I make CTest not do dart-related stuff?

David Cole DLRdave at aol.com
Fri Jan 30 14:47:51 EST 2015


Do you have a CTestConfig.cmake file in your source tree?

If you do, then ctest will load that instead of looking for the
DartConfiguration.tcl file in your build tree... Even if it's empty
because you don't submit to a CDash server, the presence of
CTestConfig.cmake in your top level source tree should suppress this
error message.


HTH,
David C.



On Fri, Jan 30, 2015 at 1:07 PM, Robert Dailey <rcdailey.lists at gmail.com> wrote:
> I run ctest on my build server *just* to run the test executables and
> get result XML. I use a separate tool to parse the XML and upload it
> to an unrelated server (not CDash)
>
> I get errors like below:
>
> Cannot find file: /sourcerepo/build/DartConfiguration.tcl
>
> Can someone explain what CTest is doing and if there is a way to turn it off?
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake


More information about the CMake mailing list