set(DETECTED_VCPKG_TRIPLET_ERROR"vcpkg has no built-in triplet for universal macOS binaries. Please specify only one architecture in CMAKE_OSX_ARCHITECTURES, or specify a custom triplet with VCPKG_TRIPLET.")
# Assuming x64 here isn't necessarily correct, but it's the only platform we officially support.
set(DETECTED_VCPKG_TRIPLET"x64-linux")
else()
set(DETECTED_VCPKG_TRIPLET_ERROR"Cannot guess an appropriate value for VCPKG_TRIPLET because the operating system is unknown. Please set it manually.")