From 17813d3e3cf22c8e1504c5d5ff2bd9b6b26e31e4 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 16 Aug 2023 16:25:18 -0700 Subject: [PATCH] SWDEV-414828 - set AMD_DK_ROOT variable to env DK_ROOT this ensures python to be picked from DK Change-Id: Idd006b7a2bb819c6aa747136aa55cfc28737a5a9 [ROCm/clr commit: 0d3a5c4c8174e8375aa691504bca7dfa5e75b102] --- projects/clr/rocclr/cmake/ROCclrPAL.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/clr/rocclr/cmake/ROCclrPAL.cmake b/projects/clr/rocclr/cmake/ROCclrPAL.cmake index b371e9745e..2e41bbdb1c 100644 --- a/projects/clr/rocclr/cmake/ROCclrPAL.cmake +++ b/projects/clr/rocclr/cmake/ROCclrPAL.cmake @@ -23,6 +23,7 @@ set(PAL_CLIENT "OCL") set(PAL_CLIENT_INTERFACE_MAJOR_VERSION 792) set(GPUOPEN_CLIENT_INTERFACE_MAJOR_VERSION 42) set(GPUOPEN_CLIENT_INTERFACE_MINOR_VERSION 0) +set(AMD_DK_ROOT $ENV{DK_ROOT}) set(PAL_CLOSED_SOURCE ON) set(PAL_DEVELOPER_BUILD OFF)