mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
7bdf189a92
The triplet is "run" and vcpkg observes the environment. Previously, the environment was deduced by the triplet's name
8 lines
375 B
CMake
8 lines
375 B
CMake
include(${CMAKE_TRIPLET_FILE})
|
|
|
|
# GUID used as a flag - "cut here line"
|
|
message("c35112b6-d1ba-415b-aa5d-81de856ef8eb")
|
|
message("VCPKG_TARGET_ARCHITECTURE=${VCPKG_TARGET_ARCHITECTURE}")
|
|
message("VCPKG_CMAKE_SYSTEM_NAME=${VCPKG_CMAKE_SYSTEM_NAME}")
|
|
message("VCPKG_CMAKE_SYSTEM_VERSION=${VCPKG_CMAKE_SYSTEM_VERSION}")
|
|
message("VCPKG_PLATFORM_TOOLSET=${VCPKG_PLATFORM_TOOLSET}") |