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()