diff options
author | Brad King <brad.king@kitware.com> | 2013-12-20 14:41:47 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-12-20 14:41:47 (GMT) |
commit | 053c39c4d9351d57e73f32070508bb4530bef33a (patch) | |
tree | e22c7874224013120b087bb35a24f2f117b673f2 | |
parent | 28d9aba7d6ad486af67ab307a3f64692631bd368 (diff) | |
parent | 0227ece0a6ff0d9293a6daf42acdb4f6ddc1b69d (diff) | |
download | CMake-053c39c4d9351d57e73f32070508bb4530bef33a.zip CMake-053c39c4d9351d57e73f32070508bb4530bef33a.tar.gz CMake-053c39c4d9351d57e73f32070508bb4530bef33a.tar.bz2 |
Merge topic 'doc-clarify-CMAKE_VERBOSE_MAKEFILE'
0227ece Help: Clarify CMAKE_VERBOSE_MAKEFILE initialization (#14658)
-rw-r--r-- | Help/variable/CMAKE_VERBOSE_MAKEFILE.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst b/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst index 451ce8c..2420a25 100644 --- a/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst +++ b/Help/variable/CMAKE_VERBOSE_MAKEFILE.rst @@ -1,8 +1,9 @@ CMAKE_VERBOSE_MAKEFILE ---------------------- -Create verbose makefiles if on. +Enable verbose output from Makefile builds. -This variable defaults to false. You can set this variable to true to -make CMake produce verbose makefiles that show each command line as it -is used. +This variable is a cache entry initialized (to FALSE) by +the :command:`project` command. Users may enable the option +in their local build tree to get more verbose output from +Makefile builds and show each command line as it is launched. |