Skip to content

Commit

Permalink
build: require at least wxWidgets v3.1.6
Browse files Browse the repository at this point in the history
...for BitmapBundle and friends.

re #222
  • Loading branch information
bk138 committed Oct 6, 2024
1 parent 7e814d1 commit eee8159
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.0 REQUIRED core base net adv qa)
find_package(wxWidgets 3.1.6 REQUIRED core base net adv qa)
include(${wxWidgets_USE_FILE})
include_directories(
${CMAKE_BINARY_DIR}
Expand Down

0 comments on commit eee8159

Please # to comment.