summaryrefslogtreecommitdiffstats
path: root/Modules/ExternalProject.cmake
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 /Modules/ExternalProject.cmake
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 'Modules/ExternalProject.cmake')
-rw-r--r--Modules/ExternalProject.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index fc01976..e27eb72 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -2231,7 +2231,7 @@ function(_ep_add_configure_command name)
# If anything about the configure command changes, (command itself, cmake
# used, cmake args or cmake generator) then re-run the configure step.
- # Fixes issue http://public.kitware.com/Bug/view.php?id=10258
+ # Fixes issue https://gitlab.kitware.com/cmake/cmake/issues/10258
#
if(NOT EXISTS ${tmp_dir}/${name}-cfgcmd.txt.in)
file(WRITE ${tmp_dir}/${name}-cfgcmd.txt.in "cmd='\@cmd\@'\n")