summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-04-27 17:20:57 (GMT)
committerBrad King <brad.king@kitware.com>2009-04-27 17:20:57 (GMT)
commitda993b64cebf0eabe296e9846e0a3d70fd786780 (patch)
tree20f42991166d6f1c46d160db1906134632a7e5b1 /Source/cmInstallGenerator.h
parent0178268901b59bbec749885adf16d5e16cbf44fc (diff)
downloadCMake-da993b64cebf0eabe296e9846e0a3d70fd786780.zip
CMake-da993b64cebf0eabe296e9846e0a3d70fd786780.tar.gz
CMake-da993b64cebf0eabe296e9846e0a3d70fd786780.tar.bz2
ENH: Remove unused PROPERTIES from file(INSTALL)
The undocumented file(INSTALL) command used to support a PROPERTIES option, but no install code still uses it. This removes the option.
Diffstat (limited to 'Source/cmInstallGenerator.h')
-rw-r--r--Source/cmInstallGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmInstallGenerator.h b/Source/cmInstallGenerator.h
index a6da119..60a4b60 100644
--- a/Source/cmInstallGenerator.h
+++ b/Source/cmInstallGenerator.h
@@ -37,7 +37,6 @@ public:
std::ostream& os, int type,
std::vector<std::string> const& files,
bool optional = false,
- const char* properties = 0,
const char* permissions_file = 0,
const char* permissions_dir = 0,
const char* rename = 0,