diff --git a/pages/common/cmake.md b/pages/common/cmake.md index efcf23ae04..805e1c3c0c 100644 --- a/pages/common/cmake.md +++ b/pages/common/cmake.md @@ -12,9 +12,9 @@ `cmake --build {{path/to/build_dir/}}` -- Install the project: +- Install the build artifacts into /usr/local/ striping debugging symbols: -`cmake --install {{path/to/build_dir/}}` +`cmake --install {{path/to/build_directory}} --strip --prefix /usr/local/` - Run a custom build target: