Skip to content

FindwxWidgets: Add support for Windows XP compatible buils

slodki requested to merge slodki/cmake:wxwidgets-windows-xp into master

Microsoft has dedicated toolset versions for XP compatible binaries (v110 vs. v110_xp, v141 vs. v141_xp) and CMake doesn't find wxWidgets compiled with _xp tools. This patch adds _xp to directories searched for wxWin libraries.

Please see attached test result on CI platform.

Merge request reports