We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cc0c5 commit 68579feCopy full SHA for 68579fe
CMakeModules/FindReadline.cmake
@@ -52,7 +52,7 @@ if (READLINE_FOUND AND NOT APPLE)
52
HINTS ${READLINE_LIBRARY_DIRS}
53
PATHS
54
/usr/lib
55
- /usr/lib/*
+ /usr/lib/x86_64-linux-gnu
56
/opt/local/lib
57
/opt/homebrew/lib
58
/opt/homebrew/opt/readline/lib
0 commit comments