mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 00:59:23 -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
|
find_path(Readline_ROOT_DIR
|
||||||
NAMES include/readline/readline.h
|
NAMES include/readline/readline.h
|
||||||
PATHS /usr/local/opt/readline/ /opt/homebrew/opt/readline/ /opt/local/ /usr/local/ /usr/
|
HINTS /usr/local/opt/readline/ /opt/homebrew/opt/readline/ /opt/local/ /usr/local/ /usr/
|
||||||
NO_DEFAULT_PATH
|
|
||||||
)
|
)
|
||||||
|
|
||||||
find_path(Readline_INCLUDE_DIR
|
find_path(Readline_INCLUDE_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user