mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
CTest.UpdateHG: Fix repo URL for local filesystem (#13001)
Use "file:///c:/" instead of "file://c:/" because the latter looks like a machine:port URL instead of a local file URL.
This commit is contained in:
@@ -28,7 +28,7 @@ run_child(
|
||||
WORKING_DIRECTORY ${TOP}/repo.hg
|
||||
COMMAND ${HG} init
|
||||
)
|
||||
set(REPO file://${TOP}/repo.hg)
|
||||
set(REPO file:///${TOP}/repo.hg)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
# Import initial content into the repository.
|
||||
|
||||
Reference in New Issue
Block a user