Skip to content

Commit

Permalink
CMake: Remove wxAdvanced dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
generic-pers0n committed Apr 29, 2024
1 parent 4ca77a2 commit 11f8e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 11f8e9b

Please sign in to comment.