Skip to content

Commit

Permalink
doc: remove nproc suggestion (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 23, 2024
1 parent 3dcfd21 commit 10eda27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This includes [`ninja`](https://ninja-build.org/), which `meson` will benefit fr
- Example `cmake` commands:
```bash
cmake -S /path/to/hipo_source_code -B build-hipo -DCMAKE_INSTALL_PREFIX=/path/to/hipo_installation
cmake --build build-hipo -j$(nproc)
cmake --build build-hipo
cmake --install build-hipo
```

Expand Down

0 comments on commit 10eda27

Please sign in to comment.