From 51607bd6759f0c2d9393efba5511d36930fac34e Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 29 Aug 2006 15:08:31 -0400 Subject: [PATCH] ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572. --- Source/cmInstallCommand.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index 1d058219e..79ed2cac6 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, "