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
179
179
# tmp folder for temp usage
180
180
tmp /
181
181
temp /
182
+
183
+ # external libs zip
184
+ * .zip
Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ set(UNIX True)
35
35
set (APPLE True )
36
36
set (IOS True )
37
37
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)
40
41
41
42
# Determine the cmake host system version so we know where to find the iOS SDKs
42
43
find_program (CMAKE_UNAME uname /bin /usr/bin /usr/local/bin)
You can’t perform that action at this time.
0 commit comments