MantisBT - CMake
View Issue Details
0008224CMakeCTestpublic2008-12-04 12:352008-12-18 21:58
Clinton Stimpson 
 
normalcrashalways
closedfixed 
CMake-2-6 
 
0008224: crash with simple ctest script

I have a directory I'm running this script from, and I've already done an svn checkout to get the src subdirectory.

====
set(ROOT "$ENV{PWD}")
set(CTEST_NIGHTLY_START_TIME "20:00:00 MDT")
ctest_start(Nightly "${ROOT}/src" "${ROOT}/build")
ctest_update(SOURCE "${ROOT}/src")
=====

It aborts when I execute this script:

> ctest -SP Nightly.ctest
Aborted

I expected it to give me a descriptive message if there's something I didn't provide.
No tags attached.
Issue History
2008-12-04 12:35Clinton StimpsonNew Issue
2008-12-18 21:58Bill HoffmanStatusnew => closed
2008-12-18 21:58Bill HoffmanResolutionopen => fixed

There are no notes attached to this issue.