Skip to content
3 changes: 3 additions & 0 deletions vendor/cpp-httplib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ license_add_file("cpp-httplib" "LICENSE")

find_package(Threads REQUIRED)

remove_definitions(-DLLAMA_FATAL_WARNINGS)
llama_add_compile_flags()

add_library(${TARGET} STATIC httplib.cpp httplib.h)
if (NOT MSVC)
# disable warnings in 3rd party code
Expand Down
Loading