mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-12-23 23:18:20 -05:00
Build on windows-2022, as windows-2019 is no longer available Use updated vcpkg github action Try to use vcpkg manifest mode Provide vcpkg baseline commit hash Correctly request dependency feature Fix printing vcpkg triplet Try building with CMakePresets.json
19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"builtin-baseline": "efcfaaf60d7ec57a159fc3110403d939bfb69729",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"features": ["openssl"]
|
|
},
|
|
"openssl",
|
|
"json-c",
|
|
"libxml2",
|
|
"pcre2",
|
|
"check",
|
|
"pthreads",
|
|
"zlib",
|
|
"pdcurses",
|
|
"bzip2"
|
|
]
|
|
}
|