We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cc57a commit c247e54Copy full SHA for c247e54
1 file changed
README.md
@@ -28,7 +28,7 @@ Project is defined using [CMake](https://cmake.org/).
28
mkdir build
29
cd build
30
cmake .. -D CMAKE_BUILD_TYPE=Release
31
-cmake --build . --target package
+cmake --build . --target package --parallel $(nproc)
32
cmake --build . --target install
33
```
34
0 commit comments