Skip to content

Commit 4be5758

Browse files
authored
[build Folder Migration] Move build/executorch-config.cmake (#9318)
### Summary A series of diffs as a part of #9117. ### Test plan CI cc @larryliu0820 @lucylq
1 parent 429a282 commit 4be5758

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ install(
682682
INCLUDES
683683
DESTINATION ${_common_include_directories}
684684
)
685-
install(FILES build/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch)
685+
install(FILES tools/cmake/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch)
686686

687687
#
688688
# executor_runner: Host tool that demonstrates program execution.
File renamed without changes.

0 commit comments

Comments
 (0)