Also change minimum macOS version to 10.9 for CMake

Update CMAKE_OSX_DEPLOYMENT_TARGET default value to match configure
builds, see the previous commit.
This commit is contained in:
Vadim Zeitlin
2019-01-16 15:09:18 +01:00
parent 7226a8f4df
commit 761564021c
2 changed files with 4 additions and 3 deletions

View File

@@ -108,8 +108,9 @@ Changes in behaviour which may result in build errors
wxArrayString. Please update your code to use the appropriate setter
Set[Char]{In,Ex}cludes(), instead of mutating the internal data directly.
- Under macOS, configure builds use 10.9 SDK by default now. 10.7 SDK is still
supported, but must be explicitly selected.
- Under macOS, 10.9 SDK is used by default now. 10.7 SDK is still supported,
but must be explicitly selected (and libstdc++ must be installed in order
to use it).
3.1.3: (released 2019-??-??)