From c921ec6112961304824b6bbdf7fb743f676325d0 Mon Sep 17 00:00:00 2001 From: Grant Kim Date: Tue, 12 Nov 2019 07:24:52 -0500 Subject: FindwxWidgets: Add link dependencies for MinGW wxWidgets on MinGW requires system libraries `uuid` and `uxtheme`. --- Modules/FindwxWidgets.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake index 79d12a7..4247804 100644 --- a/Modules/FindwxWidgets.cmake +++ b/Modules/FindwxWidgets.cmake @@ -431,7 +431,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32") list(APPEND wxWidgets_LIBRARIES opengl32 glu32) endif() - list(APPEND wxWidgets_LIBRARIES winmm comctl32 oleacc rpcrt4 shlwapi version wsock32) + list(APPEND wxWidgets_LIBRARIES winmm comctl32 uuid oleacc uxtheme rpcrt4 shlwapi version wsock32) endmacro() #------------------------------------------------------------------- -- cgit v0.12