mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
Merge topic 'fix-CTestUpdateHG-url'
0916cc8 CTest.UpdateHG: Fix repo URL for local filesystem (#13001)
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