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