From 3e062a0424cc89c0d3d85192445d2454e0d9dcbd Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Mon, 20 Sep 2021 21:00:15 -0500 Subject: [PATCH] Correct typo in package dependencies. Change-Id: I3c378479ceb822e55168517e041a48fa8a2d3d98 [ROCm/ROCR-Runtime commit: e0224ad89fabfb53aa1f0b732a8179ec846a94a7] --- projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt index efc441841c..536975c936 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt @@ -420,7 +420,7 @@ set ( CPACK_DEBIAN_DEV_PACKAGE_CONTROL_EXTRA "DEBIAN/Dev/postinst;DEBIAN/Dev/pre set ( CPACK_DEBIAN_BINARY_PACKAGE_DEPENDS "hsakmt-roct" ) set ( CPACK_DEBIAN_DEV_PACKAGE_DEPENDS "hsa-rocr" ) if ( ROCM_DEP_ROCMCORE ) - string ( APPEND PACK_DEBIAN_BINARY_PACKAGE_DEPENDS ", rocm-core" ) + string ( APPEND CPACK_DEBIAN_BINARY_PACKAGE_DEPENDS ", rocm-core" ) string ( APPEND CPACK_DEBIAN_DEV_PACKAGE_DEPENDS ", rocm-core" ) endif() set ( CPACK_DEBIAN_PACKAGE_BREAKS "hsa-ext-rocr-dev" )