Skip to content

Commit fdf650f

Browse files
committed
Fix for old version rocm include/lib folders not removed on upgrade.
1 parent e55b43c commit fdf650f

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)