diff options
author | Brad King <brad.king@kitware.com> | 2006-03-04 00:29:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-03-04 00:29:35 (GMT) |
commit | 06846c4c07294ed460b0ebb2c775b385e2e6d9c9 (patch) | |
tree | b7443a5dce61fc3b5084cc17e2ed7930cc9c738b /Source/cmInstallCommand.h | |
parent | a2e136fd17b693765a4961220433bdf207930583 (diff) | |
download | CMake-06846c4c07294ed460b0ebb2c775b385e2e6d9c9.zip CMake-06846c4c07294ed460b0ebb2c775b385e2e6d9c9.tar.gz CMake-06846c4c07294ed460b0ebb2c775b385e2e6d9c9.tar.bz2 |
ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r-- | Source/cmInstallCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index c692c22..d31fef5 100644 --- a/Source/cmInstallCommand.h +++ b/Source/cmInstallCommand.h @@ -90,6 +90,7 @@ public: "The TARGETS signature:\n" " INSTALL(TARGETS targets... [[LIBRARY|RUNTIME]\n" " [DESTINATION <dir>]\n" + " [PERMISSIONS permissions...]\n" " ] [...])\n" "The TARGETS form specifies rules for installing targets from a " "project. There are two kinds of target files that may be " |