summaryrefslogtreecommitdiffstats
path: root/Tests/CTestLimitDashJ/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-08-12 19:06:35 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2016-08-15 13:34:06 (GMT)
commit2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a (patch)
tree5f3a320167a506f8215c9b925d3c1f5babfa6b66 /Tests/CTestLimitDashJ/CMakeLists.txt
parentf99df80794df7acc383d93d47b5da3ac8450e117 (diff)
downloadCMake-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/CTestLimitDashJ/CMakeLists.txt')
-rw-r--r--Tests/CTestLimitDashJ/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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