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 ...) ...