Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit c9f0569

Browse files
committed
Fix typo in INSTALL.md
There was a mismatch in capitalization between the definition and use by cmake of ROCCLR_DIR
1 parent 4209792 commit c9f0569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git clone -b $HIP_BRANCH https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtim
3131
```bash
3232
export HIPAMD_DIR="$(readlink -f hipamd)"
3333
export HIP_DIR="$(readlink -f hip)"
34-
export ROCclr_DIR="$(readlink -f ROCclr)"
34+
export ROCCLR_DIR="$(readlink -f ROCclr)"
3535
export OPENCL_DIR="$(readlink -f ROCm-OpenCL-Runtime)"
3636
```
3737

0 commit comments

Comments
 (0)