Skip to content

Commit 5f1a4c1

Browse files
author
Github Executorch
committed
Update base for Update on "use-pt-pinned-commit for test-arm-{backend,reference}-delegation"
Without this, these builds don't respect the torchgen pinned commit and thus fail with #7546. Differential Revision: [D67996459](https://our.internmc.facebook.com/intern/diff/D67996459/) [ghstack-poisoned]
1 parent bf20ab5 commit 5f1a4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/coreml/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ target_include_directories(
135135
)
136136
target_include_directories(coremldelegate PRIVATE ${EXECUTORCH_ROOT}/..)
137137
target_include_directories(coremldelegate PRIVATE ${EXECUTORCH_ROOT}/runtime/core/portable_type)
138-
target_compile_definitions(coremldelegate C10_USING_CUSTOM_GENERATED_MACROS)
138+
target_compile_definitions(coremldelegate PRIVATE C10_USING_CUSTOM_GENERATED_MACROS)
139139
target_link_libraries(coremldelegate PRIVATE executorch_core)
140140

141141
if(EXECUTORCH_BUILD_DEVTOOLS)

0 commit comments

Comments
 (0)