summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-15 18:02:34 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-15 18:02:34 (GMT)
commit5f838dbc92779b7f3c5393b2a931990d8d49c6be (patch)
treed755aa145e0c6ad32bba40472f6e37e2e48aff89
parent7c9f39d4babf9015bc891f13845a4a2a7d4bf280 (diff)
parent376fb31d1a1cc227826e02348c78087aa3107fc8 (diff)
downloadCMake-5f838dbc92779b7f3c5393b2a931990d8d49c6be.zip
CMake-5f838dbc92779b7f3c5393b2a931990d8d49c6be.tar.gz
CMake-5f838dbc92779b7f3c5393b2a931990d8d49c6be.tar.bz2
Merge branch 'test-NoNewline-with-built-cmake'
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 1b8f4f3..26dd2f9 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1076,7 +1076,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
# Make sure CTest can handle a test with no newline in output.
ADD_TEST(CTest.NoNewline
- ${CMAKE_COMMAND} -E echo_append "This line has no newline!")
+ ${CMAKE_CMAKE_COMMAND} -E echo_append "This line has no newline!")
# A simple test for ctest in script mode
CONFIGURE_FILE("${CMake_SOURCE_DIR}/Tests/CTestScriptMode/CTestTestScriptMode.cmake.in"