Skip to content

Commit a4ce0b8

Browse files
committed
[cmake] Fix CI job
Summary: Fix an issue caused by #1036 Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: cf73a32 Pull Request resolved: #1115
1 parent 4d81139 commit a4ce0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ if(EXECUTORCH_BUILD_GFLAGS)
279279
endif()
280280

281281

282-
# Install `executorch` library as well as `ExecuTorchConfig.cmake`
282+
# Install `executorch` library as well as `executorch-config.cmake`
283283
# under ${CMAKE_INSTALL_PREFIX}/
284284
install(
285285
TARGETS executorch
286286
DESTINATION lib
287287
INCLUDES DESTINATION ${_common_include_directories}
288288
)
289-
install(FILES build/ExecuTorchConfig.cmake DESTINATION lib/cmake/ExecuTorch)
289+
install(FILES build/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch)
290290

291291
#
292292
# executor_runner: Host tool that demonstrates program execution.

0 commit comments

Comments
 (0)