diff options
author | Marcin Wojdyr <wojdyr@gmail.com> | 2012-08-15 15:59:36 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-08-15 20:50:29 (GMT) |
commit | 84b49be8f02aaf230164163a39c09049ed9f306d (patch) | |
tree | 3a5ee12cf0270fae26b664fa1c3edd4c690a9d70 /Tests/CMakeLists.txt | |
parent | addefc2ae3b33a75a7152730146b46b319118a24 (diff) | |
download | CMake-84b49be8f02aaf230164163a39c09049ed9f306d.zip CMake-84b49be8f02aaf230164163a39c09049ed9f306d.tar.gz CMake-84b49be8f02aaf230164163a39c09049ed9f306d.tar.bz2 |
Remove CMake multiline block-end command arguments
removing arguments omitted in 9db3116226cb99fcf54e936c833953abcde9b729
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 9512ea6..d69e133 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -794,9 +794,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/ NOT "$ENV{COVFILE}" STREQUAL "" OR CMAKE_RUN_LONG_TESTS) set(CTEST_RUN_CPackTestAllGenerators ${CTEST_TEST_CPACK}) - endif(CMAKE_CXX_FLAGS MATCHES "-ftest-coverage" OR - NOT "$ENV{COVFILE}" STREQUAL "" OR - CMAKE_RUN_LONG_TESTS) + endif() endif() if(CTEST_RUN_CPackTestAllGenerators) @@ -1217,9 +1215,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/ "${CMake_BINARY_DIR}/Tests/SubDirSpaces/testfromsubdir.obj" ) list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/SubDirSpaces") - endif (MAKE_IS_GNU OR - "${CMAKE_TEST_MAKEPROGRAM}" MATCHES "nmake|gmake|wmake" OR - "${CMAKE_TEST_GENERATOR}" MATCHES "Visual Studio|XCode|Borland") + endif () if (WIN32) add_test(SubDir ${CMAKE_CTEST_COMMAND} |