mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 00:49:26 -05:00
cmake: fix readline find_path call.
This commit is contained in:
parent
a1dc85c537
commit
39ae489d34
@ -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 New Issue
Block a user