allow override of CPACK_GENERATOR

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 144843f710]
This commit is contained in:
Karl W Schulz
2024-04-21 14:46:19 -05:00
committed by Karl W. Schulz
parent 4dd0801633
commit 6d277e5443
+3 -1
View File
@@ -375,7 +375,9 @@ message(STATUS "Install tests: ${INSTALL_TESTS}")
# ----------
message(STATUS "Packaging config...")
set(CPACK_GENERATOR "DEB" "RPM")
set(CPACK_GENERATOR
"DEB" "RPM"
CACHE STRING "")
set(CPACK_PACKAGE_NAME
"${PROJECT_NAME}"
CACHE STRING "")