]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake: explicitly link against crypt32 on non-MSVC Windows builds (#17727)
authorAdrien Gallouët <redacted>
Wed, 3 Dec 2025 13:47:02 +0000 (14:47 +0100)
committerGitHub <redacted>
Wed, 3 Dec 2025 13:47:02 +0000 (15:47 +0200)
commit083e18b11c24fff9e306801cd6f226eecbbb225c
tree758e3f70512c656edbdb49ad2d764a85aa2c929a
parent3d94e967a10ac901392c6abc8747aed204a09bdb
cmake: explicitly link against crypt32 on non-MSVC Windows builds (#17727)

Some toolchains do not support linking via pragmas such as:

    #pragma comment(lib, "crypt32.lib")

so we need to add the library explicitly.

Signed-off-by: Adrien Gallouët <redacted>
vendor/cpp-httplib/CMakeLists.txt