mirror of
https://github.com/monero-project/monero.git
synced 2024-12-25 13:29:26 -05:00
Merge pull request #9445
39ae489
cmake: fix readline find_path call. (0xFFFC0000)
This commit is contained in:
commit
14018339cf
@ -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