diff options
Diffstat (limited to 'Source/cmInstallGenerator.cxx')
-rw-r--r-- | Source/cmInstallGenerator.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmInstallGenerator.cxx b/Source/cmInstallGenerator.cxx index 94a7080..280c1bc 100644 --- a/Source/cmInstallGenerator.cxx +++ b/Source/cmInstallGenerator.cxx @@ -43,7 +43,6 @@ void cmInstallGenerator 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 */, @@ -71,10 +70,6 @@ void cmInstallGenerator { os << " OPTIONAL"; } - if(properties && *properties) - { - os << " PROPERTIES" << properties; - } if(permissions_file && *permissions_file) { os << " PERMISSIONS" << permissions_file; |