Skip to content

Commit

Permalink
build: remove linking to wxNet
Browse files Browse the repository at this point in the history
We're nto using any classes provided by this.
  • Loading branch information
bk138 committed Nov 27, 2024
1 parent 4a046a9 commit 1d536e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# dependencies
#
find_package(wxWidgets 3.1.6 REQUIRED core base net qa)
find_package(wxWidgets 3.1.6 REQUIRED core base qa)
include(${wxWidgets_USE_FILE})
include_directories(
${CMAKE_BINARY_DIR}
Expand Down

0 comments on commit 1d536e0

Please sign in to comment.