Skip to content

Commit 4d55dd2

Browse files
author
Vasil Pashov
committed
Set triplet overlay
1 parent 7e64e19 commit 4d55dd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/CMakePresets.json

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"environment": { "cmakepreset_expected_host_system": "Windows" },
6565
"cacheVariables": {
6666
"ARCTICDB_USE_PCH": "ON",
67+
"VCPKG_OVERLAY_TRIPLETS": "custom-triplets",
6768
"VCPKG_TARGET_TRIPLET": "x64-windows-static-msvc"
6869
}
6970
},
@@ -97,6 +98,7 @@
9798
"installDir": "${sourceDir}/out/install",
9899
"cacheVariables": {
99100
"CMAKE_CXX_FLAGS": "/MP",
101+
"VCPKG_OVERLAY_TRIPLETS": "custom-triplets",
100102
"VCPKG_TARGET_TRIPLET": "x64-windows-static-msvc",
101103
"ARCTICDB_PYTHON_EXPLICIT_LINK": "ON"
102104
}

0 commit comments

Comments
 (0)