Skip to content

Commit

Permalink
Update required wxWidgets version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevel committed Dec 13, 2023
1 parent fb8e1ab commit 9502e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(PROJECT_IS_TOP_LEVEL)
set_property(GLOBAL PROPERTY USE_FOLDERS YES)
endif()

option(WXFB_WXWIDGETS_ENABLE_30 "Allow using wxWidgets version 3.0.x. Not recommended, only for platforms without wxWidgets version 3.1.x." OFF)
option(WXFB_WXWIDGETS_ENABLE_30 "Allow using wxWidgets version 3.0.x. Not recommended, only for platforms without wxWidgets version 3.2.x." OFF)
option(WXFB_TINYXML2_SHARED "Use shared variant of TinyXML-2." OFF)
option(WXFB_BUILD_PLUGIN_HOST "Build as plugin host. Disables build steps that must be performed by the toplevel project." OFF)
if(PROJECT_IS_TOP_LEVEL OR WXFB_BUILD_PLUGIN_HOST)
Expand Down Expand Up @@ -72,7 +72,7 @@ include(cmake/variable.cmake)
stash_variable(BUILD_SHARED_LIBS VALUE ON)
set(wxWidgets_USE_STATIC OFF)
if(NOT WXFB_WXWIDGETS_ENABLE_30)
set(wxWidgetsVersion 3.1.2)
set(wxWidgetsVersion 3.2)
else()
set(wxWidgetsVersion 3.0)
endif()
Expand Down

0 comments on commit 9502e92

Please sign in to comment.