Skip to content

Commit 6aa60bb

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def run(self):
536536
),
537537
# Install executorch-wheel-config.cmake to pip package.
538538
(
539-
"build/executorch-wheel-config.cmake",
539+
"tools/cmake/executorch-wheel-config.cmake",
540540
"share/cmake/executorch-config.cmake",
541541
),
542542
]

0 commit comments

Comments
 (0)