Skip to content

Commit 11dce54

Browse files
fix(ci): move triplet path to not conflct with run-vcpkg
1 parent 5d8bea5 commit 11dce54

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"toolset": "v143",
3030
"architecture": "x64",
3131
"cacheVariables": {
32-
"VCPKG_OVERLAY_TRIPLETS": "${sourceDir}/vcpkg/triplets",
32+
"VCPKG_OVERLAY_TRIPLETS": "${sourceDir}/cmake/triplets",
3333
"VCPKG_TARGET_TRIPLET": "x64-windows-v143",
3434
"VCPKG_HOST_TRIPLET": "x64-windows-v143"
3535
}

0 commit comments

Comments
 (0)