From 52cf111b312d6747fd553782bee7f9fc808bf564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Wed, 12 Nov 2025 13:48:30 +0100 Subject: [PATCH] cmake : cleanup (#17199) --- common/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 0c34ce1151..706fa32eed 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -93,7 +93,6 @@ if (LLAMA_CURL) set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} ${CURL_LIBRARIES}) elseif (LLAMA_HTTPLIB) # otherwise, use cpp-httplib - message(FATAL "test") target_compile_definitions(${TARGET} PUBLIC LLAMA_USE_HTTPLIB) set(LLAMA_COMMON_EXTRA_LIBS ${LLAMA_COMMON_EXTRA_LIBS} cpp-httplib) endif()