-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support finding CppWinRT through vcpkg (#1073)
vcpkg provides a packaged version of CppWinRT with its own CMake target, so if that's available then we can use it directly rather than trying to install it from NuGet. This resolves issues building for UWP within vcpkg, because vcpkg uses Ninja internally and that doesn't pick up the props definition from the NuGet package.
- Loading branch information
Showing
1 changed file
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters