Skip to content

Commit 8dbb472

Browse files
committed
Change CONFIG to QUIET per Bill for Windows runner
1 parent 06393e4 commit 8dbb472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if (UNIX)
144144
endif()
145145
else()
146146
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)
147+
find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
148148
endif()
149149

150150
if (wxWidgets_FOUND)

0 commit comments

Comments
 (0)