You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
vcpkg looks up in the desktop triplet for libraries.
Additional context
The file isn't found because vcpkg thinks it is in a UWP project when it is not in a UWP project, so it will lookup for libraries in the UWP triplet, in which fmt isn't installed.
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a WinUI on Desktop project, vcpkg will use the
arch-uwp
triplet instead ofarch-windows
triplet.Environment
To Reproduce
Steps to reproduce the behavior:
vcpkg install fmt:x86-windows
#include <fmt/format.h>
in the projectExpected behavior
vcpkg looks up in the desktop triplet for libraries.
Additional context
The file isn't found because vcpkg thinks it is in a UWP project when it is not in a UWP project, so it will lookup for libraries in the UWP triplet, in which
fmt
isn't installed.The text was updated successfully, but these errors were encountered: