We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e64e19 commit 4d55dd2Copy full SHA for 4d55dd2
cpp/CMakePresets.json
@@ -64,6 +64,7 @@
64
"environment": { "cmakepreset_expected_host_system": "Windows" },
65
"cacheVariables": {
66
"ARCTICDB_USE_PCH": "ON",
67
+ "VCPKG_OVERLAY_TRIPLETS": "custom-triplets",
68
"VCPKG_TARGET_TRIPLET": "x64-windows-static-msvc"
69
}
70
},
@@ -97,6 +98,7 @@
97
98
"installDir": "${sourceDir}/out/install",
99
100
"CMAKE_CXX_FLAGS": "/MP",
101
102
"VCPKG_TARGET_TRIPLET": "x64-windows-static-msvc",
103
"ARCTICDB_PYTHON_EXPLICIT_LINK": "ON"
104
0 commit comments