mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-12 10:34:32 +00:00
FindHg: Search for TortoiseHg
Use the TortoiseHg registry entry as a search path.
This commit is contained in:
committed by
Brad King
parent
4e647cf6b5
commit
8993df6c3d
@@ -37,6 +37,8 @@
|
||||
|
||||
find_program(HG_EXECUTABLE
|
||||
NAMES hg
|
||||
PATHS
|
||||
[HKEY_LOCAL_MACHINE\\Software\\TortoiseHG]
|
||||
PATH_SUFFIXES Mercurial
|
||||
DOC "hg command line client"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user