diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-08 13:52:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-08 13:52:24 (GMT) |
commit | ac3dfc716a90569368a450e1bdae40c46800c1f6 (patch) | |
tree | 7e18e49019c8e7f7658afd971c1cbb8410d02354 /Tests/CTestTest | |
parent | a3e70d3e809683cbbcde0fc92f32edc07c76f03a (diff) | |
download | CMake-ac3dfc716a90569368a450e1bdae40c46800c1f6.zip CMake-ac3dfc716a90569368a450e1bdae40c46800c1f6.tar.gz CMake-ac3dfc716a90569368a450e1bdae40c46800c1f6.tar.bz2 |
ENH: Cleanup
Diffstat (limited to 'Tests/CTestTest')
-rw-r--r-- | Tests/CTestTest/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CTestTest/CMakeLists.txt b/Tests/CTestTest/CMakeLists.txt index d2ed060..70e368a 100644 --- a/Tests/CTestTest/CMakeLists.txt +++ b/Tests/CTestTest/CMakeLists.txt @@ -7,6 +7,5 @@ INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) GET_FILENAME_COMPONENT(CTEST_COMMAND "${CMAKE_COMMAND}" PATH) SET(CTEST_COMMAND "${CTEST_COMMAND}/ctest") - CONFIGURE_FILE(${CTestTest_SOURCE_DIR}/test.cmake.in ${CTestTest_BINARY_DIR}/test.cmake @ONLY) |