We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cec77 commit 717ca60Copy full SHA for 717ca60
CMakeLists.txt
@@ -75,9 +75,9 @@ if (UNIX)
75
find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
76
endif ()
77
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)
+# set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
+# set(CMAKE_MAP_IMPORTED_CONFIG_DEBUG Release)
+# find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
81
82
83
include(${wxWidgets_USE_FILE})
0 commit comments