summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-08-16 17:26:15 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-08-16 17:26:15 (GMT)
commit447b142b6a5ae8ee1669cb1a424619af808f1c17 (patch)
treeb96a8d4df424520c356bc1138de0c02485bce43c /Tests
parent6b07972fbdf7e8687577a430597e40e7e0b4831d (diff)
parent2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a (diff)
downloadCMake-447b142b6a5ae8ee1669cb1a424619af808f1c17.zip
CMake-447b142b6a5ae8ee1669cb1a424619af808f1c17.tar.gz
CMake-447b142b6a5ae8ee1669cb1a424619af808f1c17.tar.bz2
Merge topic 'issue-tracker-urls'
2bdba83e issues: update references to the CMake issue tracker
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CPackComponents/Issue 7470.html4
-rw-r--r--Tests/CTestLimitDashJ/CMakeLists.txt2
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