[Build] Use static versions of dependencies linked through vcpkg.

This commit is contained in:
Thomas Roß 2024-06-09 16:57:05 +02:00
parent 05d70f6322
commit 400d758383

View File

@ -20,7 +20,7 @@
"value": "x86"
},
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "x86-windows"
"VCPKG_TARGET_TRIPLET": "x86-windows-static-md"
},
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
},
@ -34,7 +34,7 @@
"rhs": "Windows"
},
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "x64-windows"
"VCPKG_TARGET_TRIPLET": "x64-windows-static-md"
},
"architecture": {
"strategy": "external",