File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ function(remove_sdk_unsupported_archs name os sdk_path deployment_version archit
87
87
# 32-bit iOS simulator is not listed explicitly in SDK settings.
88
88
message (STATUS "Assuming ${name} SDK at ${sdk_path} supports architecture ${arch} " )
89
89
list (APPEND architectures ${arch} )
90
- elseif (arch STREQUAL "armv7k" AND os STREQUAL "watchos" AND deployment_version VERSION_LESS "9.0" )
90
+ elseif (arch STREQUAL "armv7k" AND os STREQUAL "watchos" )
91
91
# 32-bit watchOS is not listed explicitly in SDK settings.
92
92
message (STATUS "Assuming ${name} SDK at ${sdk_path} supports architecture ${arch} " )
93
93
list (APPEND architectures ${arch} )
94
- elseif (arch STREQUAL "i386" AND os STREQUAL "watchsimulator" AND deployment_version VERSION_LESS "7.0" )
94
+ elseif (arch STREQUAL "i386" AND os STREQUAL "watchsimulator" )
95
95
# 32-bit watchOS simulator is not listed explicitly in SDK settings.
96
96
message (STATUS "Assuming ${name} SDK at ${sdk_path} supports architecture ${arch} " )
97
97
list (APPEND architectures ${arch} )
You can’t perform that action at this time.
0 commit comments