-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[wxchartdir] Add new port #7914
Conversation
arm, uwp and static are not supported because of chartdir |
project(wxchartdir CXX) | ||
|
||
set(wxWidgets_EXCLUDE_COMMON_LIBRARIES TRUE) | ||
find_package(wxWidgets REQUIRED COMPONENTS core base) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of pulling an entirely separate git repo, we should either
a) Add CMake find_package support into the wxwidgets package (and use that)
b) Inline the find_library()
/find_include()
lines here. Since this only needs to handle vcpkg, this should be no more than 20 lines or so
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally agree. It would be the best/ideal solution.
I just want to share my solution with vcpkg community and I don't see big problem with pulling additional repo, which helps to build the library.
Thank you for the PR! |
https://github.com/utelle/wxchartdir