We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfc59a commit ca96625Copy full SHA for ca96625
docs/build.md
@@ -61,7 +61,7 @@ cmake --build build --config Release
61
-set path:set LIB=C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\lib\x64\uwp;C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x64
62
```bash
63
cmake --preset x64-windows-llvm-release
64
- cmake --build build-x64-windows-ninja-release
+ cmake --build build-x64-windows-llvm-release
65
```
66
67
## BLAS Build
0 commit comments