diff options
author | Brad King <brad.king@kitware.com> | 2013-02-05 19:45:52 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-02-05 19:45:52 (GMT) |
commit | 252209fb0bce4adba20f1aa3971437d336e5d2b0 (patch) | |
tree | 9d8ed260550c850281ea3b40728ad223d8b45ef1 | |
parent | f77a1147f5dc2844437c891ea880c3b754fe9978 (diff) | |
parent | 19f3208a0662113acbbb42178bf83a1f7ce73cac (diff) | |
download | CMake-252209fb0bce4adba20f1aa3971437d336e5d2b0.zip CMake-252209fb0bce4adba20f1aa3971437d336e5d2b0.tar.gz CMake-252209fb0bce4adba20f1aa3971437d336e5d2b0.tar.bz2 |
Merge topic 'avoid-CTestLimitDashJ-crash-on-Borland'
19f3208 Tests: Avoid CTestLimitDashJ crash on Borland 5.8 builds
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 0c75892..10291f7 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1977,6 +1977,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/ --output-log "${CMake_BINARY_DIR}/Tests/CTestTestParallel/testOutput.log" ) + set(CTestLimitDashJ_EXTRA_OPTIONS --force-new-ctest-process) add_test_macro(CTestLimitDashJ ${CMAKE_CTEST_COMMAND} -j 4 --output-on-failure -C "\${CTestTest_CONFIG}") |