summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2f38b454 <dxf@protonmail.com>2023-09-26 02:24:52 +0800
committerGitHub <noreply@github.com>2023-09-25 20:24:52 +0200
commit1726f9626f21f102d8e01df06c23a7f94add7990 (patch)
treea4717dd1b48a022c14b326cd42f195e7ae2033cb
parenta98b1633d5a94d0aa84c7c16e1f8df5ac21fc850 (diff)
docs: Fix typo CLBlast_DIR var. (#3330)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42686aac..f4125014 100644
--- a/README.md
+++ b/README.md
@@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements
```sh
mkdir build
cd build
- cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path
+ cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path
cmake --build . --config Release
```
- CMake (Windows):