Selaa lähdekoodia

docs: Fix typo CLBlast_DIR var. (#3330)

2f38b454 2 vuotta sitten
vanhempi
sitoutus
1726f9626f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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):