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 c757537 commit 69ec18cCopy full SHA for 69ec18c
backends/apple/coreml/CMakeLists.txt
@@ -25,6 +25,8 @@ 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
0 commit comments