From 40efa7d948822a73b06719dbbccdd8784deefaee Mon Sep 17 00:00:00 2001 From: James Edwards Date: Thu, 20 Jul 2017 09:17:54 -0500 Subject: [PATCH] Update README.md to include new build instructions. Change-Id: I72ca67d3016c99682cfe745bfd74c722ea181a61 [ROCm/ROCR-Runtime commit: ee22d8076007b74810f898a1012e73e5b8fccbf3] --- projects/rocr-runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/README.md b/projects/rocr-runtime/README.md index 2d5d9bf819..80e26fb506 100644 --- a/projects/rocr-runtime/README.md +++ b/projects/rocr-runtime/README.md @@ -15,7 +15,7 @@ A simple cmake-based system is available for building thunk. To build the runtim ```bash mkdir -p build cd build - cmake .. + cmake -DCMAKE_MODULE_PATH=../cmake_modules .. make ```