Skip to content

Commit aad7bfc

Browse files
committed
Windows runner not finding cached wxWidgets
1 parent a48e76b commit aad7bfc

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 QUIET REQUIRED xrc webview stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
147+
find_package(wxWidgets REQUIRED xrc webview stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
148148
endif()
149149

150150
include(${wxWidgets_USE_FILE})

0 commit comments

Comments
 (0)