diff options
author | Brad King <brad.king@kitware.com> | 2020-05-27 12:20:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-27 12:21:20 (GMT) |
commit | 340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3 (patch) | |
tree | dded5d9ed99b1eb5d81774563a6d31492e14a4df /Tests/CTestLimitDashJ/CMakeLists.txt | |
parent | 6bfc6f6abc285468035d11d0789ce20d97045a91 (diff) | |
parent | eb705b95319c2fbb9a31597765a41e58254533de (diff) | |
download | CMake-340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3.zip CMake-340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3.tar.gz CMake-340dcadb8bef0f2ac1bdbe36850ec9673d10f5a3.tar.bz2 |
Merge topic 'update-gitlab-links'
eb705b9531 Update links to gitlab.kitware.com repos to add `-/`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !4795
Diffstat (limited to 'Tests/CTestLimitDashJ/CMakeLists.txt')
-rw-r--r-- | Tests/CTestLimitDashJ/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestLimitDashJ/CMakeLists.txt b/Tests/CTestLimitDashJ/CMakeLists.txt index 92d743f..5208d2d 100644 --- a/Tests/CTestLimitDashJ/CMakeLists.txt +++ b/Tests/CTestLimitDashJ/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(CTestLimitDashJ NONE) -# This file demonstrates https://gitlab.kitware.com/cmake/cmake/issues/12904 +# This file demonstrates https://gitlab.kitware.com/cmake/cmake/-/issues/12904 # when configured with CMake 2.8.10.2 and earlier, and when running # "ctest -j 4" in the resulting build tree. This example is hard-coded # to assume -j 4 just to reproduce the issue easily. Adjust the |