Skip to content

Commit bd2462e

Browse files
larryliu0820facebook-github-bot
authored andcommitted
Fix CI job (#1115)
Summary: Pull Request resolved: #1115 Fix an issue caused by #1036 Reviewed By: cccclai Differential Revision: D50842626 fbshipit-source-id: f7d9893193a1acb981a63149794e1fe3622b70a6
1 parent dbec075 commit bd2462e

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)