Skip to content

Commit e954fcc

Browse files
committed
revert CMakeLists.txt changes
1 parent fdb7320 commit e954fcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ endif ()
6666
if (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 ()
7474
else ()
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")

0 commit comments

Comments
 (0)