mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changes
This commit is contained in:
committed by
Brad King
parent
7358f317e3
commit
98e6822fdf
@@ -2460,7 +2460,7 @@ function(_ep_add_download_command name)
|
||||
#
|
||||
set(repository ${git_repository})
|
||||
set(module)
|
||||
set(tag)
|
||||
set(tag ${git_remote_name})
|
||||
configure_file(
|
||||
"${CMAKE_ROOT}/Modules/RepositoryInfo.txt.in"
|
||||
"${stamp_dir}/${name}-gitinfo.txt"
|
||||
|
||||
Reference in New Issue
Block a user