We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f139d2e commit 531cb1cCopy full SHA for 531cb1c
cmake/llama-config.cmake.in
@@ -66,11 +66,15 @@ endif()
66
67
find_library(ggml_LIBRARY ggml
68
REQUIRED
69
- HINTS ${LLAMA_LIB_DIR})
+ HINTS ${LLAMA_LIB_DIR}
70
+ NO_CMAKE_FIND_ROOT_PATH
71
+)
72
73
find_library(llama_LIBRARY llama
74
75
76
77
78
79
set(_llama_link_deps "${ggml_LIBRARY}" "@GGML_LINK_LIBRARIES@")
80
set(_llama_transient_defines "@GGML_TRANSIENT_DEFINES@")
0 commit comments