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 /Modules/ExternalProject.cmake | |
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 'Modules/ExternalProject.cmake')
-rw-r--r-- | Modules/ExternalProject.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index e366b80..3a47090 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -2942,7 +2942,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 https://gitlab.kitware.com/cmake/cmake/issues/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") |