diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-04 16:02:38 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-04 16:02:38 (GMT) |
commit | 7e3c70082ae433e7793afad6d9a3366bf6c1e215 (patch) | |
tree | 7da328429822a59ccdb9faf60799f3e0135f505b /Tests | |
parent | c75c2a8e996b9253c5a61bf78964752f8c7fd14a (diff) | |
download | CMake-7e3c70082ae433e7793afad6d9a3366bf6c1e215.zip CMake-7e3c70082ae433e7793afad6d9a3366bf6c1e215.tar.gz CMake-7e3c70082ae433e7793afad6d9a3366bf6c1e215.tar.bz2 |
BUG: Use kwsys from the source tree
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CTestTest/test.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in index f2cac47..7959bc2 100644 --- a/Tests/CTestTest/test.cmake.in +++ b/Tests/CTestTest/test.cmake.in @@ -55,5 +55,5 @@ SET (CTEST_DASHBOARD_ROOT "@CMAKE_CURRENT_BINARY_DIR@/Tests/CTestTest") SET (CTEST_ENVIRONMENT ) -SET (CTEST_SOURCE_DIRECTORY "@CMAKE_ROOT@/Source/kwsys") +SET (CTEST_SOURCE_DIRECTORY "@CMake_SOURCE_DIR@/Source/kwsys") SET (CTEST_BINARY_DIRECTORY "@CMake_BINARY_DIR@/Tests/CTestTest/${CTEST_BINARY_NAME}") |