From d7d12c0b4988e9c6005f07998b989e86c4c473df Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Fri, 6 Sep 2024 09:51:51 -0700 Subject: [PATCH] SWDEV-437189 - Provide option to enable/disable CPACK_SET_DESTDIR The variable is already set as cache, so that user can override. But the hard coded setting is preventing override. Removed the same Change-Id: I2aecc18ce4f1d1b523ba267ef1c8ef4ea1168d9c [ROCm/clr commit: 4d0b815d06751735e6a50fa46e913fdf85f751f0] --- projects/clr/hipamd/packaging/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/clr/hipamd/packaging/CMakeLists.txt b/projects/clr/hipamd/packaging/CMakeLists.txt index c24d2753d6..d8be518977 100644 --- a/projects/clr/hipamd/packaging/CMakeLists.txt +++ b/projects/clr/hipamd/packaging/CMakeLists.txt @@ -146,12 +146,9 @@ if(DOXYGEN_EXE) endif() #End doc files install - ################################## # Packaging steps COMMON Variables ################################## -set(CPACK_SET_DESTDIR TRUE) - set(CPACK_PACKAGE_VENDOR "Advanced Micro Devices, Inc.") set(CPACK_PACKAGE_CONTACT "HIP Support ") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "HIP:Heterogenous-computing Interface for Portability")