Skip to content

Commit 01e7733

Browse files
authored
Merge pull request #537 from arvindcheru/release/rocm-rel-5.4
Cherry Pick Fix for old version rocm include/lib folders not removed on upgrade. Co-authored-by: <[email protected]>
2 parents e55b43c + fdf650f commit 01e7733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ else()
216216
endif()
217217
endif( )
218218

219-
set( CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" "\${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}" "\${CPACK_PACKAGING_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" )
219+
set( CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "\${CPACK_PACKAGING_INSTALL_PREFIX}" )
220220

221221
# Give hipblas compiled for CUDA backend a different name
222222
if( NOT USE_CUDA )

0 commit comments

Comments
 (0)