From 1f55332bb3362ecbaba2a93d04aa0e2efc8c79bd Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Sun, 24 May 2020 14:04:39 -0500 Subject: [PATCH] Fix wx3.0 build --- cmake-proxies/wxWidgets/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-proxies/wxWidgets/CMakeLists.txt b/cmake-proxies/wxWidgets/CMakeLists.txt index f2d841fec..94d19ddae 100644 --- a/cmake-proxies/wxWidgets/CMakeLists.txt +++ b/cmake-proxies/wxWidgets/CMakeLists.txt @@ -18,7 +18,7 @@ if( ${_OPT}use_wxwidgets STREQUAL "system" ) # Specify all of the components we'll need since "html" and "qa" aren't # included in the default list - find_package(wxWidgets REQUIRED COMPONENTS base core html net qa) + find_package(wxWidgets REQUIRED COMPONENTS adv base core html net qa) unset( BUILD_SHARED_LIBS ) endif()