Commit a0caa22d authored by Icarus Sparry's avatar Icarus Sparry
Browse files

Fix rpm packaging requires


Signed-off-by: default avatarIcarus Sparry <icarus.sparry@amd.com>
parent 1d362745
......@@ -217,7 +217,7 @@ else()
endif()
# RPM package specific variables
set(CPACK_RPM_PACKAGE_DEPENDS "libstdc++6, hsa-rocr-dev")
set(CPACK_RPM_PACKAGE_REQUIRES "libstdc++6, hsa-rocr-dev")
if(DEFINED CPACK_PACKAGING_INSTALL_PREFIX)
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "${CPACK_PACKAGING_INSTALL_PREFIX} ${CPACK_PACKAGING_INSTALL_PREFIX}/bin")
endif()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment