[vcpkg] Add triplet option VCPKG_NO_COMPILER_TRACKING (#17526)

This commit is contained in:
Kevin Lalumiere 2021-08-25 23:36:28 -04:00 committed by GitHub
parent a82c62d5c8
commit c13c218522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,10 @@ See the [`"supports"`](../maintainers/manifest-files.md#supports) manifest file
> Implementers' Note: this list is extracted via the `vcpkg_get_dep_info` mechanism.
### VCPKG_DISABLE_COMPILER_TRACKING
When this option is set to (true|1|on), the compiler is ignored in the abi tracking.
## Windows Variables
### VCPKG_ENV_PASSTHROUGH

View File

@ -13,6 +13,7 @@ VCPKG_CHAINLOAD_TOOLCHAIN_FILE=${VCPKG_CHAINLOAD_TOOLCHAIN_FILE}
VCPKG_BUILD_TYPE=${VCPKG_BUILD_TYPE}
VCPKG_LIBRARY_LINKAGE=${VCPKG_LIBRARY_LINKAGE}
VCPKG_CRT_LINKAGE=${VCPKG_CRT_LINKAGE}
VCPKG_DISABLE_COMPILER_TRACKING=${VCPKG_DISABLE_COMPILER_TRACKING}
e1e74b5c-18cb-4474-a6bd-5c1c8bc81f3f")
# Just to enforce the user didn't set it in the triplet file