CMAKE_NO_VERBOSE.rst 257 B

12345678910
  1. CMAKE_NO_VERBOSE
  2. ----------------
  3. .. versionadded:: 3.14
  4. Disables verbose output from CMake when :envvar:`VERBOSE` environment variable
  5. is set.
  6. Only your build tool of choice will still print verbose output when you start
  7. to actually build your project.