Merge pull request #430 from pzychotic/vcpkg-static

Use static versions of dependencies linked through vcpkg
This commit is contained in:
Louis Gombert 2024-06-15 20:36:47 +00:00 committed by GitHub
commit ad42279af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",