diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/install.rst | 7 | ||||
-rw-r--r-- | Help/release/dev/byproducts_make_clean.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/ctest-progress-output.rst | 5 |
3 files changed, 17 insertions, 0 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst index 3a2b4da..08c5718 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -89,6 +89,13 @@ Command signatures that install files may print messages during installation. Use the :variable:`CMAKE_INSTALL_MESSAGE` variable to control which messages are printed. +Many of the ``install()`` variants implicitly create the directories +containing the installed files. If +:variable:`CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS` is set, these +directories will be created with the permissions specified. Otherwise, +they will be created according to the uname rules on Unix-like platforms. +Windows platforms are unaffected. + Installing Targets ^^^^^^^^^^^^^^^^^^ diff --git a/Help/release/dev/byproducts_make_clean.rst b/Help/release/dev/byproducts_make_clean.rst new file mode 100644 index 0000000..54df77d --- /dev/null +++ b/Help/release/dev/byproducts_make_clean.rst @@ -0,0 +1,5 @@ +byproducts_make_clean +--------------------- + +* The :ref:`Makefile Generators` learned to remove custom command and + custom target byproducts during ``make clean``. diff --git a/Help/release/dev/ctest-progress-output.rst b/Help/release/dev/ctest-progress-output.rst new file mode 100644 index 0000000..a9e946b --- /dev/null +++ b/Help/release/dev/ctest-progress-output.rst @@ -0,0 +1,5 @@ +ctest-progress-output +--------------------- + +* :manual:`ctest(1)` gained a ``--progress`` option to enable a live + test progress summary when output goes to a terminal. |