SWDEV-437189 - Provide option to enable/disable CPACK_SET_DESTDIR

The variable is set as cache, so that user can override.
But the hard coded setting is preventing override. Removed the same

Change-Id: Ica5f9074a6532f465705a8dd1a8f21c6643ef49e
This commit is contained in:
Ranjith Ramakrishnan
2024-09-10 16:03:29 -07:00
parent e35cc19aaf
commit 173abcfba0
4 changed files with 7 additions and 2 deletions
-1
View File
@@ -32,7 +32,6 @@ include(GNUInstallDirs)
#############################
# Packaging steps
#############################
set(CPACK_SET_DESTDIR TRUE)
if(NOT DEFINED CPACK_INSTALL_PREFIX)
set(CPACK_INSTALL_PREFIX "/opt/rocm/")
endif()