https://github.com/Kitware/CMake
Revision cafaa5883a0ef4371a1435de5e56a7825679bb2b authored by Brad King on 10 July 2019, 13:50:04 UTC, committed by Brad King on 10 July 2019, 13:51:38 UTC
1 parent 580c694
Raw File
Tip revision: cafaa5883a0ef4371a1435de5e56a7825679bb2b authored by Brad King on 10 July 2019, 13:50:04 UTC
CheckCXXSymbolExists: Clarify documented role
Tip revision: cafaa58
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