2
0

Update rocprofiler_config_packaging.cmake (#817)

[ROCm/rocprofiler-sdk commit: 777add01d1]
Este cometimento está contido em:
Ammar ELWazir
2024-04-23 18:43:41 -05:00
cometido por GitHub
ascendente da744e88e5
cometimento e165856721
@@ -122,6 +122,12 @@ foreach(COMPONENT_GROUP ${ROCPROFILER_COMPONENT_GROUPS})
endforeach()
endforeach()
# Install license file
install(
FILES ${CPACK_RESOURCE_FILE_LICENSE}
DESTINATION ${CMAKE_INSTALL_DOCDIR}
COMPONENT core)
# -------------------------------------------------------------------------------------- #
#
# Debian package specific variables
@@ -190,6 +196,7 @@ if(CPACK_RPM_PACKAGE_RELEASE)
set(CPACK_RPM_PACKAGE_RELEASE_DIST ON)
endif()
set(CPACK_RPM_FILE_NAME "RPM-DEFAULT")
set(CPACK_RPM_PACKAGE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
# -------------------------------------------------------------------------------------- #
#