Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support finding CppWinRT through vcpkg #1073

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Support finding CppWinRT through vcpkg #1073

merged 1 commit into from
Nov 26, 2024

Conversation

dpogue
Copy link
Contributor

@dpogue dpogue commented Nov 26, 2024

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.

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.
@kcat kcat merged commit 01f9c23 into kcat:master Nov 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants