We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6598261 commit e95c1b7Copy full SHA for e95c1b7
CMakeLists.txt
@@ -682,7 +682,7 @@ install(
682
INCLUDES
683
DESTINATION ${_common_include_directories}
684
)
685
-install(FILES build/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch)
+install(FILES tools/cmake/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch)
686
687
#
688
# executor_runner: Host tool that demonstrates program execution.
build/executorch-config.cmake renamed to tools/cmake/executorch-config.cmake
0 commit comments