summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/envvar/CMAKE_NO_VERBOSE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Help/envvar/CMAKE_NO_VERBOSE.rst')
-rw-r--r--share/cmake-3.22/Help/envvar/CMAKE_NO_VERBOSE.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/cmake-3.22/Help/envvar/CMAKE_NO_VERBOSE.rst b/share/cmake-3.22/Help/envvar/CMAKE_NO_VERBOSE.rst
new file mode 100644
index 0000000..fe733f8
--- /dev/null
+++ b/share/cmake-3.22/Help/envvar/CMAKE_NO_VERBOSE.rst
@@ -0,0 +1,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.