Skip to content

Commit

Permalink
Set triplet overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Pashov committed Nov 27, 2024
1 parent 7e64e19 commit 4d55dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"environment": { "cmakepreset_expected_host_system": "Windows" },
"cacheVariables": {
"ARCTICDB_USE_PCH": "ON",
"VCPKG_OVERLAY_TRIPLETS": "custom-triplets",
"VCPKG_TARGET_TRIPLET": "x64-windows-static-msvc"
}
},
Expand Down Expand Up @@ -97,6 +98,7 @@
"installDir": "${sourceDir}/out/install",
"cacheVariables": {
"CMAKE_CXX_FLAGS": "/MP",
"VCPKG_OVERLAY_TRIPLETS": "custom-triplets",
"VCPKG_TARGET_TRIPLET": "x64-windows-static-msvc",
"ARCTICDB_PYTHON_EXPLICIT_LINK": "ON"
}
Expand Down

0 comments on commit 4d55dd2

Please sign in to comment.