From 37cad64f4192f70c7a1489f66e3aa82c4dbfe113 Mon Sep 17 00:00:00 2001 From: Vlad Sytchenko Date: Mon, 22 Jun 2020 16:48:23 -0400 Subject: [PATCH] Update README find_package() should not be passed a namespace. Change-Id: I36e99da144f3123385cda6cc9c7bbda7b2013b73 [ROCm/ROCR-Runtime commit: ed1c63877c5f1695068ab07f10839400f4ecf48c] --- projects/rocr-runtime/runtime/hsa-runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/README.md b/projects/rocr-runtime/runtime/hsa-runtime/README.md index 55c1b7682f..3402a7dcac 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/README.md +++ b/projects/rocr-runtime/runtime/hsa-runtime/README.md @@ -110,7 +110,7 @@ runtime may locate, include, and link the runtime with the following template: Add /opt/rocm to CMAKE_PREFIX_PATH. - find_package(hsa-runtime64::hsa-runtime64 1.0 REQUIRED) + find_package(hsa-runtime64 1.0 REQUIRED) ... add_library(Foo ...) ...