Skip to content

Commit

Permalink
CMake: Don't require unused wxWidgets components
Browse files Browse the repository at this point in the history
Remove debugging and XML components

Signed-off-by: Avery King <[email protected]>
  • Loading branch information
Avery King committed Dec 25, 2024
1 parent ffc3787 commit f568cd4
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 @@ -662,7 +662,7 @@ endif()
# define EXPERIMENTAL flags
include("src/Experimental.cmake")

find_package(wxWidgets 3.1.5 REQUIRED COMPONENTS base core html qa xml net)
find_package(wxWidgets 3.1.5 REQUIRED COMPONENTS base core html 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 f568cd4

Please sign in to comment.