From 02dc976483c4812b41e138e52b3d4293cb71208d Mon Sep 17 00:00:00 2001 From: jathu Date: Mon, 17 Mar 2025 08:44:39 -0700 Subject: [PATCH] move file + replace --- CMakeLists.txt | 2 +- {build => tools/cmake}/executorch-config.cmake | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {build => tools/cmake}/executorch-config.cmake (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 511597a7440..20cb551e643 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -677,7 +677,7 @@ install( INCLUDES DESTINATION ${_common_include_directories} ) -install(FILES build/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch) +install(FILES tools/cmake/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch) # # executor_runner: Host tool that demonstrates program execution. diff --git a/build/executorch-config.cmake b/tools/cmake/executorch-config.cmake similarity index 100% rename from build/executorch-config.cmake rename to tools/cmake/executorch-config.cmake