From: Adrien Gallouët Date: Fri, 26 Sep 2025 11:12:19 +0000 (+0200) Subject: common : use cpp-httplib as a cURL alternative for downloads (llama/16185) X-Git-Tag: v0.9.4~31 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=019a43b56b21b028aff680ce4ad4fe87a176d1d6;p=pkg%2Fggml%2Fsources%2Fggml common : use cpp-httplib as a cURL alternative for downloads (llama/16185) * vendor : update httplib Signed-off-by: Adrien Gallouët * common : use cpp-httplib as a cURL alternative for downloads The existing cURL implementation is intentionally left untouched to prevent any regressions and to allow for safe, side-by-side testing by toggling the `LLAMA_CURL` CMake option. Signed-off-by: Adrien Gallouët * ggml : Bump to Windows 10 Signed-off-by: Adrien Gallouët --------- Signed-off-by: Adrien Gallouët --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bb2daa7..fd0cf838 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,7 @@ set(GGML_CPU_POWERPC_CPUTYPE "" CACHE STRING "ggml: CPU type for PowerPC") if (MINGW) - set(GGML_WIN_VER "0x602" CACHE STRING "ggml: Windows version") + set(GGML_WIN_VER "0xA00" CACHE STRING "ggml: Windows version") endif() # ggml core