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 a8adab5 commit 9a6e408Copy full SHA for 9a6e408
tools/run/CMakeLists.txt
@@ -7,8 +7,7 @@ if (LLAMA_CURL)
7
find_package(CURL REQUIRED)
8
target_compile_definitions(${TARGET} PUBLIC LLAMA_USE_CURL)
9
include_directories(${CURL_INCLUDE_DIRS})
10
- find_library(CURL_LIBRARY curl REQUIRED)
11
- set(LLAMA_RUN_EXTRA_LIBS ${LLAMA_RUN_EXTRA_LIBS} ${CURL_LIBRARY})
+ set(LLAMA_RUN_EXTRA_LIBS ${LLAMA_RUN_EXTRA_LIBS} ${CURL_LIBRARIES})
12
endif ()
13
14
install(TARGETS ${TARGET} RUNTIME)
0 commit comments