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