summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-03-06 20:25:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-03-06 20:25:12 (GMT)
commit9c77a1492aedc61fc990b3fc7ad06dbc5cc0bec4 (patch)
tree3b5275ea46a55a392d9fd14b6192b12159b5e223 /Tests
parentb22f2f18c1d195972c2ae1ae68fc06c06acc02db (diff)
parent0916cc888a086293f4c17e9c927f2267e1fdb755 (diff)
downloadCMake-9c77a1492aedc61fc990b3fc7ad06dbc5cc0bec4.zip
CMake-9c77a1492aedc61fc990b3fc7ad06dbc5cc0bec4.tar.gz
CMake-9c77a1492aedc61fc990b3fc7ad06dbc5cc0bec4.tar.bz2
Merge topic 'fix-CTestUpdateHG-url'
0916cc8 CTest.UpdateHG: Fix repo URL for local filesystem (#13001)
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CTestUpdateHG.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestUpdateHG.cmake.in b/Tests/CTestUpdateHG.cmake.in
index 543ddd9..5a9daae 100644
--- a/Tests/CTestUpdateHG.cmake.in
+++ b/Tests/CTestUpdateHG.cmake.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.