Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 57004f5

Browse files
authored
doc: update build instruction for windows (#2044)
1 parent 0151617 commit 57004f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ cd vcpkg
3333
```bash
3434
mkdir build
3535
cd build
36-
cmake .. -DBUILD_SHARED_LIBS=OFF -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static
37-
cmake --build . --config Release
36+
cmake .. -DBUILD_SHARED_LIBS=OFF "-DCMAKE_TOOLCHAIN_FILE=..\vcpkg\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static
37+
cmake --build . --config Release -j4
3838
```
3939

4040
4. Verify that Cortex.cpp is installed correctly by getting help information.

0 commit comments

Comments
 (0)