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.
2 parents 5d7a196 + 5f1a4c1 commit 2874974Copy full SHA for 2874974
backends/apple/coreml/CMakeLists.txt
@@ -135,7 +135,7 @@ target_include_directories(
135
)
136
target_include_directories(coremldelegate PRIVATE ${EXECUTORCH_ROOT}/..)
137
target_include_directories(coremldelegate PRIVATE ${EXECUTORCH_ROOT}/runtime/core/portable_type)
138
-target_compile_definitions(coremldelegate C10_USING_CUSTOM_GENERATED_MACROS)
+target_compile_definitions(coremldelegate PRIVATE C10_USING_CUSTOM_GENERATED_MACROS)
139
target_link_libraries(coremldelegate PRIVATE executorch_core)
140
141
if(EXECUTORCH_BUILD_DEVTOOLS)
0 commit comments