File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6363 "CMAKE_TOOLCHAIN_FILE" : " ${sourceDir}/third-party/ios-cmake/ios.toolchain.cmake" ,
6464 "EXECUTORCH_BUILD_PRESET_FILE" : " ${sourceDir}/tools/cmake/preset/ios.cmake" ,
6565 "PLATFORM" : " OS64" ,
66- "DEPLOYMENT_TARGET" : " 17.0"
66+ "DEPLOYMENT_TARGET" : " 17.0" ,
67+ "CMAKE_OSX_DEPLOYMENT_TARGET" : " 12.0"
6768 },
6869 "condition" : {
6970 "lhs" : " ${hostSystemName}" ,
8081 "CMAKE_TOOLCHAIN_FILE" : " ${sourceDir}/third-party/ios-cmake/ios.toolchain.cmake" ,
8182 "EXECUTORCH_BUILD_PRESET_FILE" : " ${sourceDir}/tools/cmake/preset/ios.cmake" ,
8283 "PLATFORM" : " SIMULATORARM64" ,
83- "DEPLOYMENT_TARGET" : " 17.0"
84+ "DEPLOYMENT_TARGET" : " 17.0" ,
85+ "CMAKE_OSX_DEPLOYMENT_TARGET" : " 12.0"
8486 },
8587 "condition" : {
8688 "lhs" : " ${hostSystemName}" ,
You can’t perform that action at this time.
0 commit comments