summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorAsit Dhal <dhal.asitk@gmail.com>2020-06-21 21:17:34 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-06-25 18:43:30 (GMT)
commitd4812a955b679ca4426192db4276cd4e1c1bd373 (patch)
treece97b1b98c26db58c2905e7d36214c7159c414d9 /Help/manual
parentaae35feea2048e6ffe4d47a068aa5246c89bd606 (diff)
downloadCMake-d4812a955b679ca4426192db4276cd4e1c1bd373.zip
CMake-d4812a955b679ca4426192db4276cd4e1c1bd373.tar.gz
CMake-d4812a955b679ca4426192db4276cd4e1c1bd373.tar.bz2
cmake-install: implement default directory permissions
provide an argument for default directory permissions in cmake --install Fixes: #20700
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index e4c662e..72ecfc7 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -450,6 +450,9 @@ The options are:
``--component <comp>``
Component-based install. Only install component ``<comp>``.
+``--default-directory-permissions <permissions>``
+ Default directory install permissions. Permissions in format ``<u=rwx,g=rx,o=rx>``.
+
``--prefix <prefix>``
Override the installation prefix, :variable:`CMAKE_INSTALL_PREFIX`.