We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0304793 commit 33d4790Copy full SHA for 33d4790
backends/apple/coreml/CMakeLists.txt
@@ -25,8 +25,6 @@ endif()
25
26
option(COREML_BUILD_EXECUTOR_RUNNER "Build CoreML executor runner." OFF)
27
28
-set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
29
-
30
# inmemoryfs sources
31
set(INMEMORYFS_SOURCES
32
runtime/inmemoryfs/inmemory_filesystem.cpp
@@ -240,7 +238,6 @@ if(EXECUTORCH_BUILD_COREML AND EXECUTORCH_BUILD_PYBIND)
240
238
241
239
pybind11_add_module(executorchcoreml SHARED runtime/inmemoryfs/inmemory_filesystem_py.cpp)
242
243
- target_compile_options(executorchcoreml PRIVATE -mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET})
244
if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
245
target_compile_options(executorchcoreml PRIVATE -g)
246
endif()
0 commit comments