From 826e7c8e3c802aacb8b506ef098ae855cdcf3a04 Mon Sep 17 00:00:00 2001 From: Anton Karmanov Date: Sat, 23 Jan 2021 09:17:56 +0500 Subject: [PATCH] cmake: improve an example description Co-authored-by: Starbeamrainbowlabs --- pages/common/cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/cmake.md b/pages/common/cmake.md index a635ef2ef..cd809d796 100644 --- a/pages/common/cmake.md +++ b/pages/common/cmake.md @@ -11,7 +11,7 @@ `cmake {{path/to/project_directory}} -D {{CMAKE_BUILD_TYPE=Release}}` -- Build artifacts with the generated recipe in `build_directory`: +- Use a generated recipe in a given directory to build artifacts: `cmake --build {{path/to/build_directory}}`