https://github.com/Kitware/CMake
Raw File
Tip revision: f872033d7531ed1d7d7345ff7873442ec8dbcee1 authored by Brad King on 14 May 2019, 15:33:06 UTC
CMake 3.14.4
Tip revision: f872033
VERBOSE.rst
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
back to top