mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Search for default installation paths under Windows
This commit is contained in:
parent
8c046cf4c0
commit
1e5fe9a8c1
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,11 @@
|
|||
|
||||
FIND_PROGRAM(Mercurial_HG_EXECUTABLE hg
|
||||
DOC "mercurial command line client"
|
||||
HINTS /opt/local/bin)
|
||||
PATHS
|
||||
/opt/local/bin
|
||||
"C:/Program Files/TortoiseHg"
|
||||
"C:/Program Files (x86)/TortoiseHg"
|
||||
)
|
||||
MARK_AS_ADVANCED(Mercurial_HG_EXECUTABLE)
|
||||
|
||||
IF(Mercurial_HG_EXECUTABLE)
|
||||
|
|
Loading…
Reference in a new issue