Skip to content

Commit

Permalink
Fix CI job (pytorch#1115)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#1115

Fix an issue caused by pytorch#1036

Reviewed By: cccclai

Differential Revision: D50842626

fbshipit-source-id: f7d9893193a1acb981a63149794e1fe3622b70a6
  • Loading branch information
larryliu0820 authored and facebook-github-bot committed Oct 31, 2023
1 parent dbec075 commit bd2462e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,14 @@ if(EXECUTORCH_BUILD_GFLAGS)
endif()


# Install `executorch` library as well as `ExecuTorchConfig.cmake`
# Install `executorch` library as well as `executorch-config.cmake`
# under ${CMAKE_INSTALL_PREFIX}/
install(
TARGETS executorch
DESTINATION lib
INCLUDES DESTINATION ${_common_include_directories}
)
install(FILES build/ExecuTorchConfig.cmake DESTINATION lib/cmake/ExecuTorch)
install(FILES build/executorch-config.cmake DESTINATION lib/cmake/ExecuTorch)

#
# executor_runner: Host tool that demonstrates program execution.
Expand Down

0 comments on commit bd2462e

Please sign in to comment.