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

hg/feature/sound
kervala 11 years ago
parent 651065e4ed
commit 4a4b9b5ab8

@ -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)

Loading…
Cancel
Save