Skip to content

Fixed wxWidgets library path issue

Hannes Grobler requested to merge Johnny_xy/cmake:master into master
  • added wxWidgets-3.1.0 to find_path-PATH_SUFFIXES
  • added Visual Studio version number (supported: VS2008 to VS2015) to WX_LIB_DIR_PREFIX (old: vc / vc_x64; new: vc120 / vc120_x64)

Merge request reports