diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-09-18 17:34:24 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-09-18 17:34:24 (GMT) |
commit | a35f11b13e7bf8c50f0bd00b1c251452d8cd6350 (patch) | |
tree | 1ce274948dfa2e81f7067fb554ec36b377ac997d /Tests | |
parent | cba1dd59fdd96b9f4b146a4d647212c2bd736522 (diff) | |
download | CMake-a35f11b13e7bf8c50f0bd00b1c251452d8cd6350.zip CMake-a35f11b13e7bf8c50f0bd00b1c251452d8cd6350.tar.gz CMake-a35f11b13e7bf8c50f0bd00b1c251452d8cd6350.tar.bz2 |
Cosmetic change to test CMakeLists
Diffstat (limited to 'Tests')
-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 e57d322..7256d6a 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1056,7 +1056,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel -S "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoBuild.cmake" -V --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut1.log" ) - SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES WILL_FAIL 1) + SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES WILL_FAIL TRUE) CONFIGURE_FILE( "${CMake_SOURCE_DIR}/Tests/CTestTestFailure/testNoExe.cmake.in" |