Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions triplets/x64-windows.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Include the default x64-windows triplet
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)

# Exclude compiler version from ABI hash so that Visual Studio version updates
# on GitHub runner images do not invalidate the binary cache for host tools.
# These are build-only tools (cmake, meson, pkgconf) whose ABIs propagate into
# target package hashes; compiler version bumps do not affect their output.
set(VCPKG_DISABLE_COMPILER_TRACKING ON)
Loading