Skip to content

FindwxWidgets: honor OPTIONAL_COMPONENTS

slodki requested to merge slodki/cmake:FindwxWidgets-optional into master

Tested on Windows and Linux/macOS

Someday: set wxWidgets_<comp>_FOUND and use find_package_handle_standard_args(<PackageName> ... HANDLE_COMPONENTS) to report details for Unix users. It's not so easy with wx-config output when aliases like all or std are used...

Edited by Brad King

Merge request reports