From 11f8e9b71bcc9f36b6bb34605ad6130a2f61ff9d Mon Sep 17 00:00:00 2001 From: generic-pers0n Date: Mon, 29 Apr 2024 17:26:15 +0000 Subject: [PATCH] CMake: Remove wxAdvanced dependency wxAdvanced is now an empty library in CMake and only exists for backwards compatibility. It should be safe to remove it without impact. Signed-off-by: generic-pers0n --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 293c600cf1..993977dd3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -659,7 +659,7 @@ endif() # define EXPERIMENTAL flags include("src/Experimental.cmake") -find_package(wxWidgets 3.1.5 REQUIRED COMPONENTS adv base core html qa xml net) +find_package(wxWidgets 3.1.5 REQUIRED COMPONENTS base core html qa xml net) include(${wxWidgets_USE_FILE}) # The FindwxWidgets.cmake module does not create an IMPORT target, so hack one together. # This makes it easy to add the compile definitions to the lib-strings and lib-strings-utils targets.