Skip to content

Commit 717ca60

Browse files
committed
wxWidgets in top level - all but export_config building on Windows
1 parent 89cec77 commit 717ca60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ if (UNIX)
7575
find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
7676
endif ()
7777
else ()
78-
set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
79-
set(CMAKE_MAP_IMPORTED_CONFIG_DEBUG Release)
80-
find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
78+
# set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
79+
# set(CMAKE_MAP_IMPORTED_CONFIG_DEBUG Release)
80+
# find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
8181
endif ()
8282

8383
include(${wxWidgets_USE_FILE})

0 commit comments

Comments
 (0)