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:
parent
2a2308d5ed
commit
cb7cefcc87
@ -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!
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user