We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fbf91 commit 0a8abecCopy full SHA for 0a8abec
scripts/compileBLAS.cmd
@@ -9,6 +9,6 @@ cmake -S . -B build ^
9
-DCMAKE_C_COMPILER:FILEPATH=cl ^
10
-DCMAKE_BUILD_TYPE=Release ^
11
-DCMAKE_MAKE_PROGRAM=ninja
12
-cmake --build build --parallel 2
+cmake --build build --parallel
13
cmake --install build
14
echo compileBLAS.cmd completed
0 commit comments