File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ endif ()
6969if (UNIX )
7070 if (EXISTS /usr/local/bin/wx-config-3)
7171 set (wxWidgets_CONFIG_EXECUTABLE /usr/local/bin/wx-config-3)
72- find_package (wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl 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 else ()
7474 set (wxWidgets_CONFIG_EXECUTABLE $ENV{WXMSW3} /bin/wx-config)
75- find_package (wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
75+ find_package (wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
7676 endif ()
7777else ()
7878 set (wxWidgets_ROOT_DIR $ENV{WXMSW3} )
7979 set (CMAKE_MAP_IMPORTED_CONFIG_DEBUG Release)
80- find_package (wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
80+ find_package (wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
8181endif ()
8282
8383include (${wxWidgets_USE_FILE} )
You can’t perform that action at this time.
0 commit comments