blob: 149efbd6f46a67125479806f55dbfaed59a4271c (
plain)
1
2
3
4
5
6
7
8
|
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.
|