-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[wxwidgets] cmake integration failure #27316
Comments
Well, usage of this port is CI tested, although not with all components. |
I'm actually using a third-party repository, mrpt. The stdout/stderr log is attached. |
So this stumbles over However, mrpt has a problem, too: It calls |
Thanks. I'll open an issue there as well. |
Host Environment
To Reproduce
.\vcpkg.exe install wxwidgets:x64-windows
- finishes successfullyfind_package(wxWidgets COMPONENTS base core gl adv aui html)
- failsFailure logs
CMakeError.log
CMakeOutput.log
Additional context
Commenting out the lines below solves the issue, as it's supposed to evaluate to
false
anyway ("dynamic" STREQUAL "static"
):vcpkg/ports/wxwidgets/vcpkg-cmake-wrapper.cmake
Lines 57 to 70 in 414cc95
The text was updated successfully, but these errors were encountered: