mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
Changed: Detect hg binary under Mac OS X if /opt/local/bin is not in PATH
This commit is contained in:
parent
c87c99f6b2
commit
b87aac1cc0
1 changed files with 3 additions and 2 deletions
|
@ -48,7 +48,8 @@
|
||||||
# License text for the above reference.)
|
# License text for the above reference.)
|
||||||
|
|
||||||
FIND_PROGRAM(Mercurial_HG_EXECUTABLE hg
|
FIND_PROGRAM(Mercurial_HG_EXECUTABLE hg
|
||||||
DOC "mercurial command line client")
|
DOC "mercurial command line client"
|
||||||
|
HINTS /opt/local/bin)
|
||||||
MARK_AS_ADVANCED(Mercurial_HG_EXECUTABLE)
|
MARK_AS_ADVANCED(Mercurial_HG_EXECUTABLE)
|
||||||
|
|
||||||
IF(Mercurial_HG_EXECUTABLE)
|
IF(Mercurial_HG_EXECUTABLE)
|
||||||
|
|
Loading…
Reference in a new issue