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