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 f085cd1
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 488 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
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 f085cd1

Please sign in to comment.