CMAKE_VERBOSE_MAKEFILE.rst 334 B

123456789
  1. CMAKE_VERBOSE_MAKEFILE
  2. ----------------------
  3. Enable verbose output from Makefile builds.
  4. This variable is a cache entry initialized (to ``FALSE``) by
  5. the :command:`project` command. Users may enable the option
  6. in their local build tree to get more verbose output from
  7. Makefile builds and show each command line as it is launched.