David McNeill
David McNeill
Plugin Install task depends on wxWidgets_LIBRARIES ``` cmake/PluginInstall.cmake: TARGET_LINK_LIBRARIES( ${PACKAGE_NAME} ${wxWidgets_LIBRARIES} ${EXTRA_LIBS} ) ``` With [debug enabled](https://github.com/moneymanagerex/moneymanagerex/issues/1947) ``` -- /usr/share/cmake-3.10/Modules/FindwxWidgets.cmake(170): wxWidgets not found due to following missing libraries: wx_baseu_core-3.0 wx_baseu_html-3.0...
``` apt-get install libwxgtk-media3.0-dev gettext ```
This is still an issue, and a trivial fix, how come such a straightforward issue sits open for six months?