kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #23088
[PATCH 00/19] FindwxWidgets.cmake updates
Hi,
this is another attempt at synchronizing FindwxWidgets.cmake with upstream.
I've split the various changes by topic, so these are easier to review, and
left out a few changes where our version seems to handle msys better --
these are going to be reversed and submitted to the CMake project in turn.
Simon
Simon Richter (19):
FindwxWidgets.cmake: Remove arguments from else() and end*()
FindwxWidgets.cmake: remove a few dbg_msg() invocations
FindwxWidgets.cmake: Use uppercase for DBG_MSG macro
FindwxWidgets.cmake: Show line number in debug output
FindwxWidgets.cmake: Use uppercase for macro names
FindwxWidgets.cmake: Use lowercase for CMake builtins
FindwxWidgets.cmake: Fix indentation
FindwxWidgets.cmake: Look for versioned wx-config scripts
FindwxWidgets.cmake: documentation for variables
FindwxWidgets.cmake: Expect directory layout for MSVC 64 bit
FindwxWidgets.cmake: Simplify MATCHES
FindwxWidgets.cmake: Improve regex for version number matches
FindwxWidgets.cmake: Determine version even when not asked to
FindwxWidgets.cmake: Drop nonsensical assignment
FindwxWidgets.cmake: Do not explicitly declare FOUND_VAR, unnecessary
FindwxWidgets.cmake: Reformat documentation
FindwxWidgets.cmake: Use ENV foo rather than ENV{foo}
FindwxWidgets.cmake: Report failure of wx-config when looking for
components
FindwxWidgets.cmake: Remove extra newline
CMakeModules/FindwxWidgets.cmake | 608 ++++++++++++++++++++-------------------
1 file changed, 306 insertions(+), 302 deletions(-)
--
2.1.4
Follow ups