diff --git a/projects/rocr-runtime/README.md b/projects/rocr-runtime/README.md index ed699befd2..9b8f528abb 100644 --- a/projects/rocr-runtime/README.md +++ b/projects/rocr-runtime/README.md @@ -24,7 +24,7 @@ If the hsakmt-roct and hsakmt-roct-dev packages are desired: ```bash mkdir -p build cd build - cmake .. + cmake -DCMAKE_MODULE_PATH=${PWD}/../cmake_modules .. make package make package-dev ```