Skip to content

Commit 10eda27

Browse files
authored
doc: remove nproc suggestion (#86)
1 parent 3dcfd21 commit 10eda27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This includes [`ninja`](https://ninja-build.org/), which `meson` will benefit fr
4444
- Example `cmake` commands:
4545
```bash
4646
cmake -S /path/to/hipo_source_code -B build-hipo -DCMAKE_INSTALL_PREFIX=/path/to/hipo_installation
47-
cmake --build build-hipo -j$(nproc)
47+
cmake --build build-hipo
4848
cmake --install build-hipo
4949
```
5050

0 commit comments

Comments
 (0)