Skip to content

Commit 63bc501

Browse files
authored
Update README.md
1 parent c6f1aa5 commit 63bc501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ cmake -B build -S . \
7878
-DCMAKE_INSTALL_PREFIX=/path/install \
7979
-G "Ninja Multi-Config"
8080

81-
cmake --build build --target install --config Debug --parallel
82-
cmake --build build --target install/strip --config Release --parallel
81+
cmake --build build --target install --config Debug
82+
cmake --build build --target install --config Release
8383
```
8484
You can also include this directory as a subproject if you choose CMake as your build system.
8585

0 commit comments

Comments
 (0)