We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48e76b commit aad7bfcCopy full SHA for aad7bfc
CMakeLists.txt
@@ -144,7 +144,7 @@ if (UNIX)
144
endif()
145
else()
146
set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
147
- find_package(wxWidgets QUIET REQUIRED xrc webview stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
+ find_package(wxWidgets REQUIRED xrc webview stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
148
149
150
include(${wxWidgets_USE_FILE})
0 commit comments