diff -r -U3 wxmaxima-Version-17.10.1.orig/src/CMakeLists.txt wxmaxima-Version-17.10.1/src/CMakeLists.txt --- wxmaxima-Version-17.10.1.orig/src/CMakeLists.txt 2017-10-22 12:45:56.000000000 +0700 +++ wxmaxima-Version-17.10.1/src/CMakeLists.txt 2017-12-28 21:29:58.389806037 +0700 @@ -1,3 +1,4 @@ +set(wxWidgets_CONFIG_OPTIONS --toolkit=gtk2 --version=3.0) find_package(wxWidgets REQUIRED std xml html adv aui core net base richtext) include(${wxWidgets_USE_FILE})