Merge topic 'fix-CTestUpdateHG-url'

0916cc8 CTest.UpdateHG: Fix repo URL for local filesystem (#13001)
This commit is contained in:
David Cole 2012-03-06 15:25:12 -05:00 committed by CMake Topic Stage
commit 9c77a1492a
1 changed files with 1 additions and 1 deletions

View File

@ -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.