Files
CMake/Modules
Jan Mrázek e8b77084df FindwxWidgets: Verify existence of libraries reported by wx-config
When the Ubuntu package `libwxgtk3-dev` is not installed, FindwxWidgets
succeeds even the required libraries are not actually found. The reason
for that is that `wx-config` does not perform any kind of check and uses
hard-coded values.  This affects e.g. KiCAD build process and makes it
fail with a confusing error message [1].  The solution is to check for
presence of every library file obtained from `wx-config`.

[1] https://bugs.launchpad.net/kicad/+bug/1630020
2017-04-20 09:15:59 -04:00
..
2017-03-31 10:38:08 -04:00
2017-03-07 15:22:55 -05:00
2017-04-11 10:17:00 -04:00
2017-01-24 17:03:37 +03:00
2017-01-11 16:31:01 +01:00
2017-02-06 10:29:35 -05:00
2017-03-07 15:22:55 -05:00

See the "Find Modules" section of the cmake-developer(7) manual page.

For more information about how to contribute modules to CMake, see this page:
https://cmake.org/Wiki/CMake:Module_Maintainers