Skip to content

Commit 7e51d3a

Browse files
committed
address comments
1 parent 6c197a7 commit 7e51d3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

backends/apple/coreml/CMakeLists.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ endif()
2525

2626
option(COREML_BUILD_EXECUTOR_RUNNER "Build CoreML executor runner." OFF)
2727

28+
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
29+
2830
# inmemoryfs sources
2931
set(INMEMORYFS_SOURCES
3032
runtime/inmemoryfs/inmemory_filesystem.cpp
@@ -239,6 +241,5 @@ if(EXECUTORCH_BUILD_COREML)
239241
if(CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
240242
target_compile_options(executorchcoreml PRIVATE -g)
241243
endif()
242-
target_link_libraries(executorchcoreml PRIVATE coreml_util)
243-
target_link_libraries(executorchcoreml PRIVATE coreml_inmemoryfs)
244+
target_link_libraries(executorchcoreml PRIVATE coreml_util coreml_inmemoryfs)
244245
endif()

0 commit comments

Comments
 (0)