File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,18 @@ index 0af9f1eab..b2bcb7904 100644
2424
2525 INSTALL(TARGETS clinfo
2626 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
27+ diff --git a/hipamd/CMakeLists.txt b/hipamd/CMakeLists.txt
28+ index 98f37b9d1..0546d7783 100755
29+ --- a/hipamd/CMakeLists.txt
30+ +++ b/hipamd/CMakeLists.txt
31+ @@ -415,8 +415,8 @@ if (NOT ${HIPCC_BIN_DIR} STREQUAL "")
32+ if(EXISTS ${HIPCC_BIN_DIR})
33+ install(PROGRAMS ${HIPCC_BIN_DIR}/${HIPCC_EXECUTABLE} DESTINATION bin)
34+ install(PROGRAMS ${HIPCC_BIN_DIR}/${HIPCONFIG_EXECUTABLE} DESTINATION bin)
35+ - install(PROGRAMS ${HIPCC_BIN_DIR}/hipcc.pl DESTINATION bin)
36+ - install(PROGRAMS ${HIPCC_BIN_DIR}/hipconfig.pl DESTINATION bin)
37+ + # install(PROGRAMS ${HIPCC_BIN_DIR}/hipcc.pl DESTINATION bin)
38+ + # install(PROGRAMS ${HIPCC_BIN_DIR}/hipconfig.pl DESTINATION bin)
39+ install(PROGRAMS ${HIPCC_BIN_DIR}/hipvars.pm DESTINATION bin)
40+
41+ if(NOT UNIX)
You can’t perform that action at this time.
0 commit comments