Skip to content

Commit

Permalink
Merge pull request #814 from dipietrantonio/patch-1
Browse files Browse the repository at this point in the history
[HIPIFY][SWDEV-368821][install][fix] Add `bin` subfolder to installation destination in `CMakeLists.txt`
  • Loading branch information
emankov authored Mar 25, 2023
2 parents ca8a71b + 5baacf1 commit 3372632
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 @@ -126,10 +126,10 @@ endif()

set(HIPIFY_INSTALL_PATH ${CMAKE_INSTALL_PREFIX})

install(TARGETS hipify-clang DESTINATION ${CMAKE_INSTALL_PREFIX})
install(TARGETS hipify-clang DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
install(
DIRECTORY ${CMAKE_SOURCE_DIR}/bin/
DESTINATION ${CMAKE_INSTALL_PREFIX}
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
USE_SOURCE_PERMISSIONS
PATTERN "hipify-perl"
PATTERN "*.sh")
Expand Down

0 comments on commit 3372632

Please sign in to comment.