Update README

find_package() should not be passed a namespace.

Change-Id: I36e99da144f3123385cda6cc9c7bbda7b2013b73
This commit is contained in:
Vlad Sytchenko
2020-06-22 16:48:23 -04:00
committed by Vladislav Sytchenko
parent ea80e94756
commit ed1c63877c
+1 -1
View File
@@ -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 ...)
...