wxWidgets/samples/minimal
Dimitri Schoolwerth 086ad7bc9a CMake: Fix out of sync iOS/macOS deployment target
The minimal sample doesn't have an implicit deployment target set, while
the library does through CMakeLists.txt in root. This can result in iOS
link errors when not explicitly setting CMAKE_OSX_DEPLOYMENT_TARGET as
the sample will then use a target OS with an architecture that may not
be present in the library with its current target OS version.

Fix by copying the part setting CMAKE_OSX_DEPLOYMENT_TARGET in the
library to the minimal sample as well. Both parts should be kept in sync
but that still seemed preferable to additionally polluting an example
file for CMake usage with a dependency by introducing a common include
file.
2021-01-08 13:02:30 +01:00
..
minimal_cocoa.xcodeproj make app schemes shared 2020-06-25 09:46:18 +02:00
minimal_iphone.xcodeproj shared schemes, distinct naming, removing old source files 2020-07-14 17:41:16 +02:00
CMakeLists.txt CMake: Fix out of sync iOS/macOS deployment target 2021-01-08 13:02:30 +01:00
descrip.mms
Info_cocoa.plist Update copyright years to 2021 2021-01-03 18:12:37 +01:00
Info_iphone.plist
makefile.gcc Remove HAVE_W32API_H definition and checks 2020-10-20 01:47:47 +02:00
Makefile.in Rebake after manifest changes 2020-07-31 01:53:43 +02:00
makefile.unx Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
makefile.vc Rebake after manifest changes 2020-07-31 01:53:43 +02:00
minimal_vc7.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
minimal_vc8.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
minimal_vc9.vcproj Rebake with bakefile 0.2.12 2020-05-02 17:02:36 +02:00
minimal_vc10.sln
minimal_vc11.sln
minimal_vc12.sln
minimal_vc14.sln
minimal_vc15.sln
minimal.bkl
minimal.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
minimal.plc
minimal.vcxproj Rename manifests to use underscores 2019-12-13 21:44:26 +01:00
minimal.vcxproj.filters
sample.icns