diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-10-29 16:46:00 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-10-29 16:46:00 (GMT) |
commit | dae1011d268eea663712b026f5aef83996452adc (patch) | |
tree | b7166b0fedd39ca9c1f5f9a8bb783d4f4f09c3e5 /Tests/CTestTestRunScript/hello.cmake.in | |
parent | 8ca41ca7fb0ac0bd02da81840d2d1db863f01406 (diff) | |
download | CMake-dae1011d268eea663712b026f5aef83996452adc.zip CMake-dae1011d268eea663712b026f5aef83996452adc.tar.gz CMake-dae1011d268eea663712b026f5aef83996452adc.tar.bz2 |
Fixed CTestTestRunScript
Diffstat (limited to 'Tests/CTestTestRunScript/hello.cmake.in')
-rw-r--r-- | Tests/CTestTestRunScript/hello.cmake.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Tests/CTestTestRunScript/hello.cmake.in b/Tests/CTestTestRunScript/hello.cmake.in index e2c652c..140df1e 100644 --- a/Tests/CTestTestRunScript/hello.cmake.in +++ b/Tests/CTestTestRunScript/hello.cmake.in @@ -1,6 +1,2 @@ -GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH) -SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest") -SET(CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Tests/CTestTestRunScript") -SET(CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTestRunScript") - -message("hello world") +SET(CTEST_RUN_CURRENT_SCRIPT 0) +MESSAGE("hello world") |