Unverified Commit dc1de9f8 authored by Ramesh Errabolu's avatar Ramesh Errabolu Committed by GitHub
Browse files

Fix a typo in value of for CMAKE_MODULE_PATH

The path was specifying "roc" instead of "rocm"
parent a566c2f8
......@@ -40,7 +40,7 @@ The following simply lists the steps to build RocBandwidthTest
// Assumes pwd is _ABSOLUTE_PATH_TO_RBT/roc_bandwidth_test/build
e.g. cmake -DCMAKE_BUILD_TYPE="Debug" \
-DCMAKE_MODULE_PATH="_ABSOLUTE_PATH_TO_RBT/roc_bandwidth_test/cmake_modules" \
-DCMAKE_MODULE_PATH="_ABSOLUTE_PATH_TO_RBT/rocm_bandwidth_test/cmake_modules" \
-DCMAKE_PREFIX_PATH="_ABSOLUTE_PATH_TO_ROCR_LIBS_"
..
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment