summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-29 15:08:31 -0400
committerBrad King <brad.king@kitware.com>2006-08-29 15:08:31 -0400
commit51607bd6759f0c2d9393efba5511d36930fac34e (patch)
treed5df183b669b0bd6db4e12006fe643d28fd03a81 /Source/cmInstallCommand.h
parent27a67fb72f22bcff5007b45d96ed810405818833 (diff)
downloadcmake-51607bd6759f0c2d9393efba5511d36930fac34e.tar.gz
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572.
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r--Source/cmInstallCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h
index 1d058219e3..79ed2cac66 100644
--- a/Source/cmInstallCommand.h
+++ b/Source/cmInstallCommand.h
@@ -183,6 +183,8 @@ public:
"avoid this because it leaves the last component empty. "
"Directory names given as relative paths are interpreted with "
"respect to the current source directory. "
+ "If no input directory names are given the destination directory "
+ "will be created but nothing will be installed into it. "
"The FILE_PERMISSIONS and DIRECTORY_PERMISSIONS options specify "
"permissions given to files and directories in the destination. "
"If USE_SOURCE_PERMISSIONS is specified and FILE_PERMISSIONS is not, "