diff options
author | Asit Dhal <dhal.asitk@gmail.com> | 2020-06-21 21:17:34 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-06-25 18:43:30 (GMT) |
commit | d4812a955b679ca4426192db4276cd4e1c1bd373 (patch) | |
tree | ce97b1b98c26db58c2905e7d36214c7159c414d9 /Help/manual | |
parent | aae35feea2048e6ffe4d47a068aa5246c89bd606 (diff) | |
download | CMake-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.rst | 3 |
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`. |