diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2016-08-12 19:06:35 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2016-08-15 13:34:06 (GMT) |
commit | 2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a (patch) | |
tree | 5f3a320167a506f8215c9b925d3c1f5babfa6b66 /Tests | |
parent | f99df80794df7acc383d93d47b5da3ac8450e117 (diff) | |
download | CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.zip CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.gz CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.bz2 |
issues: update references to the CMake issue tracker
References to specific comments are left as-is since comments were not
migrated.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CPackComponents/Issue 7470.html | 4 | ||||
-rw-r--r-- | Tests/CTestLimitDashJ/CMakeLists.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Tests/CPackComponents/Issue 7470.html b/Tests/CPackComponents/Issue 7470.html index 12df2c8..c2a1688 100644 --- a/Tests/CPackComponents/Issue 7470.html +++ b/Tests/CPackComponents/Issue 7470.html @@ -3,7 +3,7 @@ The install rule for this file demonstrates the problem described in<br/> CMake issue #7470:<br/> <br/> -<a href="http://public.kitware.com/Bug/view.php?id=7470"> -http://public.kitware.com/Bug/view.php?id=7470</a><br/> +<a href="https://gitlab.kitware.com/cmake/cmake/issues/7470"> +https://gitlab.kitware.com/cmake/cmake/issues/7470</a><br/> </body> </html> diff --git a/Tests/CTestLimitDashJ/CMakeLists.txt b/Tests/CTestLimitDashJ/CMakeLists.txt index 0c5950c..92d743f 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 http://public.kitware.com/Bug/view.php?id=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 |