Skip to content

Commit 578358b

Browse files
authored
No need to expose executorch dependency executorch_core
Differential Revision: D74184926 Pull Request resolved: #10673
1 parent 51befee commit 578358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ endif()
608608
# any backends.
609609
#
610610
add_library(executorch ${_executorch__srcs})
611-
target_link_libraries(executorch PUBLIC executorch_core)
611+
target_link_libraries(executorch PRIVATE executorch_core)
612612
target_include_directories(executorch PUBLIC ${_common_include_directories})
613613
target_compile_definitions(executorch PUBLIC C10_USING_CUSTOM_GENERATED_MACROS)
614614
target_compile_options(executorch PUBLIC ${_common_compile_options})

0 commit comments

Comments
 (0)