mirror of
https://github.com/monero-project/monero.git
synced 2025-01-08 03:49:31 +00:00
cmake: fix readline find_path call.
This commit is contained in:
parent
a1dc85c537
commit
39ae489d34
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
|||
|
||||
find_path(Readline_ROOT_DIR
|
||||
NAMES include/readline/readline.h
|
||||
PATHS /usr/local/opt/readline/ /opt/homebrew/opt/readline/ /opt/local/ /usr/local/ /usr/
|
||||
NO_DEFAULT_PATH
|
||||
HINTS /usr/local/opt/readline/ /opt/homebrew/opt/readline/ /opt/local/ /usr/local/ /usr/
|
||||
)
|
||||
|
||||
find_path(Readline_INCLUDE_DIR
|
||||
|
|
Loading…
Reference in a new issue