From e6e96f0fdd686d92227f4bf48db4020e3d726aac Mon Sep 17 00:00:00 2001 From: jathu Date: Mon, 17 Mar 2025 08:50:58 -0700 Subject: [PATCH] move file + replace --- setup.py | 2 +- {build => tools/cmake}/executorch-wheel-config.cmake | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {build => tools/cmake}/executorch-wheel-config.cmake (100%) diff --git a/setup.py b/setup.py index 32ec94708af..a1d0faa3f3b 100644 --- a/setup.py +++ b/setup.py @@ -528,7 +528,7 @@ def run(self): ), # Install executorch-wheel-config.cmake to pip package. ( - "build/executorch-wheel-config.cmake", + "tools/cmake/executorch-wheel-config.cmake", "share/cmake/executorch-config.cmake", ), ] diff --git a/build/executorch-wheel-config.cmake b/tools/cmake/executorch-wheel-config.cmake similarity index 100% rename from build/executorch-wheel-config.cmake rename to tools/cmake/executorch-wheel-config.cmake