mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
cmake: fix readline find_path call.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user