summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-06-26 14:26:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-26 14:26:57 (GMT)
commit5fc7c14528e4c28a68e7cc252ece71be85bc58b4 (patch)
tree027faf04ddb7513532982dc70f492d097e869d1c /Help/manual
parentab83a21933a0b429a6c043ee808ea893d7817ef0 (diff)
parentd4812a955b679ca4426192db4276cd4e1c1bd373 (diff)
downloadCMake-5fc7c14528e4c28a68e7cc252ece71be85bc58b4.zip
CMake-5fc7c14528e4c28a68e7cc252ece71be85bc58b4.tar.gz
CMake-5fc7c14528e4c28a68e7cc252ece71be85bc58b4.tar.bz2
Merge topic 'install-default-directory-permissions'
d4812a955b cmake-install: implement default directory permissions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4927
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`.