blob: fe733f8af02687b7493f84b9b97333ac48de8172 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CMAKE_NO_VERBOSE
----------------
.. versionadded:: 3.14
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.
|