mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 18:27:23 +00:00
439fe2e253
While we already support `VERBOSE` environment variable and `CMAKE_VERBOSE_MAKEFILE` cached variable, add `-v` and `--verbose` command line options to be able to activate verbose output directly from CMake's build tool mode command line. Also make `msbuild` honor the verbosity setting. `xcodebuild` still doesn't honor the verbosity setting as it will need a policy added and reworking of cmGlobalGenerator and cmsys to support multiple command invocation.
11 lines
306 B
ReStructuredText
11 lines
306 B
ReStructuredText
VERBOSE
|
|
-------
|
|
|
|
Activates verbose output from CMake and your build tools of choice when
|
|
you start to actually build your project.
|
|
|
|
Note that any given value is ignored. It's just checked for existence.
|
|
|
|
See also :ref:`Build Tool Mode <Build Tool Mode>` and
|
|
:envvar:`CMAKE_NO_VERBOSE` environment variable
|