We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704bb7a commit a8adab5Copy full SHA for a8adab5
common/CMakeLists.txt
@@ -86,8 +86,7 @@ if (LLAMA_CURL)
86
endif()
87
target_compile_definitions(${TARGET} PUBLIC LLAMA_USE_CURL)
88
include_directories(${CURL_INCLUDE_DIRS})
89
- find_library(CURL_LIBRARY curl REQUIRED)
90
- set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} ${CURL_LIBRARY})
+ set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} ${CURL_LIBRARIES})
91
endif ()
92
93
if (LLAMA_LLGUIDANCE)
0 commit comments