Skip to content

Commit 1726f96

Browse files
author
2f38b454
authored
docs: Fix typo CLBlast_DIR var. (#3330)
1 parent a98b163 commit 1726f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements
501501
```sh
502502
mkdir build
503503
cd build
504-
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path
504+
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path
505505
cmake --build . --config Release
506506
```
507507
- CMake (Windows):

0 commit comments

Comments
 (0)