-
Notifications
You must be signed in to change notification settings - Fork 109
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
vcpkg install x86-uwp error: Native corrade-rc
executable not found
#81
Comments
I have a TODO for this in the code and it seems that for WinRT it could "just work", without requiring any external native build: corrade/src/Corrade/Utility/CMakeLists.txt Lines 178 to 184 in 7eb7ea2
Any chance you could try implementing this? :) |
Resolved with #82 :) |
#82 didn't work out because the feature apparently wasn't ever implemented in CMake and I don't have any better solution, so reopening. Building could work if |
This is potentially fixed by microsoft/vcpkg#24100. The corrade-specific changes are a bit all over the place, but it looks like corrade-rc is now a host dependency that gets forwarded to |
I suppose this is fixed in vcpkg itself now. Besides that, as of d2dd8c4, if a toolchain sets |
maybe we need to make
corrade-rc
as a standalone dependency?$ vcpkg install corrade[*] --triplet x86-uwp
Error:
The text was updated successfully, but these errors were encountered: