Update the required wx versions in the sample CMakefile

Also add this file to the list of files to update.
This commit is contained in:
Vadim Zeitlin 2022-06-13 13:19:15 +02:00
parent 2a2308d5ed
commit cb7cefcc87
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Here is the list of files that need to be updated:
include/wx/version.h
include/wx/osx/config_xcode.h
samples/minimal/Info_cocoa.plist
samples/minimal/CMakeListst.txt [major/minor only]
Do not forget to rebake everything after updating version.bkl!

View File

@ -30,7 +30,7 @@ endif()
project(minimal)
# Request the required wxWidgets libs
find_package(wxWidgets 3.1 COMPONENTS core base REQUIRED CONFIG)
find_package(wxWidgets 3.2 COMPONENTS core base REQUIRED CONFIG)
# Include the wxWidgets use file to initialize various settings
if(wxWidgets_USE_FILE)