Skip to content

Commit

Permalink
HPCC-32094 Bump vcpkg versions for 9.8.x
Browse files Browse the repository at this point in the history
Switch vcpkg host triplet to match the target triplet (reduces the number of buils items)

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Jun 19, 2024
1 parent f6681e7 commit 68eb909
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 489 deletions.
3 changes: 3 additions & 0 deletions cmake_modules/vcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ set(VCPKG_INSTALL_OPTIONS "--x-abi-tools-use-exact-versions;--downloads-root=${V
set(VCPKG_VERBOSE OFF)

if(WIN32)
set(VCPKG_HOST_TRIPLET "x64-windows" CACHE STRING "host triplet")
set(VCPKG_TARGET_TRIPLET "x64-windows" CACHE STRING "target triplet")
elseif(APPLE)
set(VCPKG_HOST_TRIPLET "x64-osx" CACHE STRING "host triplet")
set(VCPKG_TARGET_TRIPLET "x64-osx" CACHE STRING "target triplet")
elseif(UNIX)
set(VCPKG_HOST_TRIPLET "x64-linux-dynamic" CACHE STRING "host triplet")
set(VCPKG_TARGET_TRIPLET "x64-linux-dynamic" CACHE STRING "target triplet")
endif()

Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 3691 files
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "fba75d09065fcc76a25dcf386b1d00d33f5175af"
"baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625"
},
"registries": [],
"overlay-ports": [
Expand Down
323 changes: 0 additions & 323 deletions vcpkg_overlays/pcre2/fix-cmake.patch

This file was deleted.

33 changes: 0 additions & 33 deletions vcpkg_overlays/pcre2/no-static-suffix.patch

This file was deleted.

10 changes: 0 additions & 10 deletions vcpkg_overlays/pcre2/pcre2-10.35_fix-uwp.patch

This file was deleted.

Loading

0 comments on commit 68eb909

Please sign in to comment.