[CMake] Using CTest without DART??

2010-06-04 Thread kent williams
We don't have Dart installed on some machines we want to do testing on. Consequently including Dart.cmake does nothing to generate DartConfiguration.tcl. If you're not using Dart, how do you set things up such that you avoid this error? running: ctest -V -D NightlyStart -D NightlyConfigure -D

Re: [CMake] Using CTest without DART??

2010-06-04 Thread David Cole
Are you doing: include(CTest) in your CMakeLists.txt file? On Fri, Jun 4, 2010 at 10:51 AM, kent williams nkwmailingli...@gmail.comwrote: We don't have Dart installed on some machines we want to do testing on. Consequently including Dart.cmake does nothing to generate DartConfiguration.tcl.

Re: [CMake] Using CTest without DART??

2010-06-04 Thread kent williams
I'm now finding out that we had include(Dart) in all our Makefiles. I commented that out, and added include(CTest) instead. Then I deleted everything in the build directory, and re-configured. I get these errors still:

Re: [CMake] Using CTest without DART??

2010-06-04 Thread David Cole
What are the contents of your CTestConfig.cmake file? If you are going to run dashboards like this: BUILD COMMAND runcmd ctest -V -D NightlyStart -D NightlyConfigure -D NightlyBuild -D NightlyTest -D NightlySubmit running: ctest -V -D NightlyStart -D NightlyConfigure -D NightlyBuild -D

Re: [CMake] Using CTest without DART??

2010-06-04 Thread kent williams
We do have a CTestConfig.cmake: set(CTEST_PROJECT_NAME BRAINS3) set(CTEST_NIGHTLY_START_TIME 00:00:00 EST) set(CTEST_DROP_METHOD http) set(CTEST_DROP_SITE testing.psychiatry.uiowa.edu) set(CTEST_DROP_LOCATION /CDash/submit.php?project=BRAINS3) set(CTEST_DROP_SITE_CDASH TRUE) I ran the ctest

Re: [CMake] Using CTest without DART??

2010-06-04 Thread kent williams
I have discovered the problem, and it has nothing to do with CTest or CMake. It had everything to do with our overly-complex build system... but I now understand more about CTest/Dart etc than I did, so thanks for your time! ___ Powered by