Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wyzdwdz committed Apr 16, 2024
1 parent c8aef6b commit 41ae157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/windows/CMakeUserPresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"generator": "Ninja Multi-Config",
"cacheVariables": {
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
"VCPKG_HOST_TRIPLET": "x64-windows-static-md"
"VCPKG_HOST_TRIPLET": "x64-windows-static-md-release"
},
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
Expand All @@ -26,7 +26,7 @@
"name": "x64",
"hidden": true,
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "x64-windows-static-md",
"VCPKG_TARGET_TRIPLET": "x64-windows-static-md-release",
"CMAKE_SYSTEM_PROCESSOR": "AMD64"
},
"architecture": {
Expand All @@ -38,7 +38,7 @@
"name": "arm64",
"hidden": true,
"cacheVariables": {
"VCPKG_TARGET_TRIPLET": "arm64-windows-static-md",
"VCPKG_TARGET_TRIPLET": "arm64-windows-static-md-release",
"CMAKE_SYSTEM_PROCESSOR": "ARM64"
},
"architecture": {
Expand Down
2 changes: 1 addition & 1 deletion vcpkg

0 comments on commit 41ae157

Please sign in to comment.