Merge pull request #3708

a7ce392 Updating the FindReadline CMake hint to search in homebrew's default directory (gene-telligent)
This commit is contained in:
luigi1111 2018-06-16 13:57:54 -05:00
commit 53b5d03b82
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
find_path(Readline_ROOT_DIR
NAMES include/readline/readline.h
PATHS /opt/local/ /usr/local/ /usr/
PATHS /usr/local/opt/readline/ /opt/local/ /usr/local/ /usr/
NO_DEFAULT_PATH
)