Changed: Detect hg binary under Mac OS X if /opt/local/bin is not in PATH

This commit is contained in:
kervala 2013-09-06 09:02:48 +02:00
parent c87c99f6b2
commit b87aac1cc0

View file

@ -48,7 +48,8 @@
# License text for the above reference.)
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)
IF(Mercurial_HG_EXECUTABLE)