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 78010a0 commit 52cf111Copy full SHA for 52cf111
common/CMakeLists.txt
@@ -93,7 +93,6 @@ if (LLAMA_CURL)
93
set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} ${CURL_LIBRARIES})
94
elseif (LLAMA_HTTPLIB)
95
# otherwise, use cpp-httplib
96
- message(FATAL "test")
97
target_compile_definitions(${TARGET} PUBLIC LLAMA_USE_HTTPLIB)
98
set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} cpp-httplib)
99
endif()
0 commit comments