File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ endif ()
6666if (UNIX)
6767 if (EXISTS /usr/local/bin/wx-config-3)
6868 set(wxWidgets_CONFIG_EXECUTABLE /usr/local/bin/wx-config-3)
69- find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui html qa adv core xml net base)
69+ find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
7070 else ()
7171 set(wxWidgets_CONFIG_EXECUTABLE $ENV{WXMSW3} /bin/wx-config)
72- find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui html qa adv core xml net base)
72+ find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
7373 endif ()
7474else ()
7575# set(wxWidgets_ROOT_DIR $ENV{WXMSW3} )
@@ -85,7 +85,7 @@ else ()
8585 #set(CMAKE_MAP_IMPORTED_CONFIG_DEBUG RELEASE)
8686
8787 set(wxWidgets_ROOT_DIR $ENV{WXMSW3} )
88- find_package(wxWidgets QUIET REQUIRED xrc webview stc richtext ribbon propgrid aui html qa adv core xml net base scintilla)
88+ find_package(wxWidgets QUIET REQUIRED xrc webview stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
8989
9090 # message(" All wxWidgets: " ${wxWidgets_LIBRARIES} )
9191 set(FOUND " false ")
You can’t perform that action at this time.
0 commit comments