Skip to content

Commit 52cf111

Browse files
authored
cmake : cleanup (#17199)
1 parent 78010a0 commit 52cf111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ if (LLAMA_CURL)
9393
set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} ${CURL_LIBRARIES})
9494
elseif (LLAMA_HTTPLIB)
9595
# otherwise, use cpp-httplib
96-
message(FATAL "test")
9796
target_compile_definitions(${TARGET} PUBLIC LLAMA_USE_HTTPLIB)
9897
set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} cpp-httplib)
9998
endif()

0 commit comments

Comments
 (0)