mirror of
1
0
Fork 0

Update verbose description

This commit is contained in:
Joan Marcè i Igual 2022-04-01 23:11:14 +02:00 committed by Henry Schreiner
parent c4562cb726
commit 8982c92dc6
1 changed files with 2 additions and 1 deletions

View File

@ -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 %}