diff options
author | David Cole <david.cole@kitware.com> | 2012-03-06 20:25:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-03-06 20:25:12 (GMT) |
commit | 9c77a1492aedc61fc990b3fc7ad06dbc5cc0bec4 (patch) | |
tree | 3b5275ea46a55a392d9fd14b6192b12159b5e223 /Tests | |
parent | b22f2f18c1d195972c2ae1ae68fc06c06acc02db (diff) | |
parent | 0916cc888a086293f4c17e9c927f2267e1fdb755 (diff) | |
download | CMake-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.in | 2 |
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. |