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
CMAKE_NO_VERBOSE.rst
CMAKE_NO_VERBOSE
----------------

Disables verbose output from CMake when :envvar:`VERBOSE` environment variable
is set.

Only your build tool of choice will still print verbose output when you start
to actually build your project.
back to top