Fix CLBlast_DIR var.

This commit is contained in:
2f38b454 2023-09-25 16:40:45 +08:00 committed by GitHub
parent c091cdfb24
commit 72f25da96a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -501,7 +501,7 @@ Building the program with BLAS support may lead to some performance improvements
```sh ```sh
mkdir build mkdir build
cd build cd build
cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_dir=/some/path cmake .. -DLLAMA_CLBLAST=ON -DCLBlast_DIR=/some/path
cmake --build . --config Release cmake --build . --config Release
``` ```
- CMake (Windows): - CMake (Windows):