diff options
author | Brad King <brad.king@kitware.com> | 2010-06-15 18:02:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-15 18:02:34 (GMT) |
commit | 5f838dbc92779b7f3c5393b2a931990d8d49c6be (patch) | |
tree | d755aa145e0c6ad32bba40472f6e37e2e48aff89 | |
parent | 7c9f39d4babf9015bc891f13845a4a2a7d4bf280 (diff) | |
parent | 376fb31d1a1cc227826e02348c78087aa3107fc8 (diff) | |
download | CMake-5f838dbc92779b7f3c5393b2a931990d8d49c6be.zip CMake-5f838dbc92779b7f3c5393b2a931990d8d49c6be.tar.gz CMake-5f838dbc92779b7f3c5393b2a931990d8d49c6be.tar.bz2 |
Merge branch 'test-NoNewline-with-built-cmake'
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
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" |