From 7d7b4ab0750bc55668a0a7cfb3fec8f94362eeb8 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Wed, 31 May 2023 00:56:15 +0530 Subject: [PATCH] SWDEV-394336 - Pass CMAKE_PREFIX_PATH. (#265) Change-Id: I0d3f7c140559559283e362b728b0f8082d8716b8 --- samples/2_Cookbook/22_cmake_hip_lang/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/2_Cookbook/22_cmake_hip_lang/README.md b/samples/2_Cookbook/22_cmake_hip_lang/README.md index c770d75f63..7f7ac025b1 100644 --- a/samples/2_Cookbook/22_cmake_hip_lang/README.md +++ b/samples/2_Cookbook/22_cmake_hip_lang/README.md @@ -1,7 +1,7 @@ ### This will test HIP language support in upstream CMake I. Build mkdir -p build; cd build -rm -rf *; cmake .. +rm -rf *; cmake -DCMAKE_PREFIX_PATH=/opt/rocm/ .. make II. Test