We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd641ec commit 47f5621Copy full SHA for 47f5621
README.md
@@ -5,6 +5,6 @@ my C language math and numerical computing library
5
```
6
mkdir build
7
cd build
8
-cmake .. GNinja -DBLAS_openblas_LIBRARY=/path/to/lib/libopenblas.so.0
9
-ninja
10
-```
+cmake .. -DBLAS_openblas_LIBRARY=/path/to/lib/libopenblas.so.0
+cmake --build .
+```
0 commit comments