cmake/Help/envvar/CMAKE_NO_VERBOSE.rst

11 lines
257 B
ReStructuredText
Raw Normal View History

2019-11-11 23:01:05 +01:00
CMAKE_NO_VERBOSE
----------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.14
2019-11-11 23:01:05 +01:00
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.