message — CMake 3.23.0-rc2 Documentation
cmake.org › cmake › helpThe CMake command-line tool displays STATUS to TRACE messages on stdout with the message preceded by two hyphens and a space. All other message types are sent to stderr and are not prefixed with hyphens. The CMake GUI displays all messages in its log area.
VERBOSE — CMake 3.23.0-rc4 Documentation
cmake.org › cmake › helpVERBOSE ¶. VERBOSE. ¶. New in version 3.14. Activates verbose output from CMake and your build tools of choice when you start to actually build your project. Note that any given value is ignored. It's just checked for existence. See also Build Tool Mode and CMAKE_NO_VERBOSE environment variable.