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 4d81139 commit a4ce0b8Copy full SHA for a4ce0b8
CMakeLists.txt
@@ -279,14 +279,14 @@ if(EXECUTORCH_BUILD_GFLAGS)
279
endif()
280
281
282
-# Install `executorch` library as well as `ExecuTorchConfig.cmake`
+# Install `executorch` library as well as `executorch-config.cmake`
283
# under ${CMAKE_INSTALL_PREFIX}/
284
install(
285
TARGETS executorch
286
DESTINATION lib
287
INCLUDES DESTINATION ${_common_include_directories}
288
)
289
-install(FILES build/ExecuTorchConfig.cmake DESTINATION lib/cmake/ExecuTorch)
+install(FILES build/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch)
290
291
#
292
# executor_runner: Host tool that demonstrates program execution.
0 commit comments