Skip to content

Commit 0f9792f

Browse files
committed
can't install executorch
1 parent dbbeda3 commit 0f9792f

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
@@ -659,7 +659,7 @@ install(DIRECTORY extension/kernel_util/ DESTINATION include/executorch/extensi
659659
install(DIRECTORY extension/tensor/ DESTINATION include/executorch/extension/tensor FILES_MATCHING PATTERN "*.h")
660660
install(DIRECTORY extension/threadpool/ DESTINATION include/executorch/extension/threadpool FILES_MATCHING PATTERN "*.h")
661661
install(
662-
TARGETS executorch_core prim_ops_lib executorch
662+
TARGETS executorch_core prim_ops_lib
663663
DESTINATION lib
664664
INCLUDES
665665
DESTINATION ${_common_include_directories}

0 commit comments

Comments
 (0)