From 8982c92dc6ea91f65a75eb56906f677e8e5a525b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Marc=C3=A8=20i=20Igual?= Date: Fri, 1 Apr 2022 23:11:14 +0200 Subject: [PATCH] Update verbose description --- chapters/intro/running.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapters/intro/running.md b/chapters/intro/running.md index 449cecf..826f46e 100644 --- a/chapters/intro/running.md +++ b/chapters/intro/running.md @@ -69,9 +69,10 @@ You set options in CMake with `-D`. You can see a list of options with `-L`, or ## Verbose and partial builds -Again, not really CMake, but if you are using a command line build tool like `make`, you can get verbose builds: +Although not all build tools support it, you can get verbose builds (pick one): {% term %} +~/package $ cmake --build build --verbose # CMake 3.14+ only ~/package/build $ VERBOSE=1 make {% endterm %}