From 10eda27d46b653d5cfeaa2d17c87116bbd1bd116 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 23 Jan 2024 12:29:26 -0500 Subject: [PATCH] doc: remove `nproc` suggestion (#86) --- doc/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.md b/doc/setup.md index 2f19e1be..3aa4696e 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -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 ```