From 5f1a4c1b2d71fde998115b2170a39b767826c53b Mon Sep 17 00:00:00 2001 From: Github Executorch Date: Fri, 10 Jan 2025 09:49:27 -0800 Subject: [PATCH] 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] --- backends/apple/coreml/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/apple/coreml/CMakeLists.txt b/backends/apple/coreml/CMakeLists.txt index ca20d3615f..70daed7d06 100644 --- a/backends/apple/coreml/CMakeLists.txt +++ b/backends/apple/coreml/CMakeLists.txt @@ -135,7 +135,7 @@ target_include_directories( ) target_include_directories(coremldelegate PRIVATE ${EXECUTORCH_ROOT}/..) target_include_directories(coremldelegate PRIVATE ${EXECUTORCH_ROOT}/runtime/core/portable_type) -target_compile_definitions(coremldelegate C10_USING_CUSTOM_GENERATED_MACROS) +target_compile_definitions(coremldelegate PRIVATE C10_USING_CUSTOM_GENERATED_MACROS) target_link_libraries(coremldelegate PRIVATE executorch_core) if(EXECUTORCH_BUILD_DEVTOOLS)