File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -179,3 +179,6 @@ tests/*/project/proj.android/.settings/org.eclipse.buildship.core.prefs
179179# tmp folder for temp usage
180180tmp /
181181temp /
182+
183+ # external libs zip
184+ * .zip
Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ set(UNIX True)
3535set (APPLE True )
3636set (IOS True )
3737
38- # Required as of cmake 2.8.10
39- set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FORCE)
38+ # support iOS on cmake 3.11+
39+ # cmake 3.11 milestone feature, https://gitlab.kitware.com/cmake/cmake/issues/17431
40+ set (CMAKE_OSX_DEPLOYMENT_TARGET "8.0" CACHE STRING "set of the deployment target for iOS" FORCE)
4041
4142# Determine the cmake host system version so we know where to find the iOS SDKs
4243find_program (CMAKE_UNAME uname /bin /usr/bin /usr/local/bin)
You can’t perform that action at this time.
0 commit comments