mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 23:19:58 -06:00
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.
This commit is contained in:
@@ -183,7 +183,6 @@ protected:
|
||||
bool HandleInstallCommand(std::vector<std::string> const& args);
|
||||
bool ParseInstallArgs(std::vector<std::string> const& args,
|
||||
cmFileInstaller& installer,
|
||||
std::map<cmStdString, const char*>& properties,
|
||||
int& itype,
|
||||
std::string& destination,
|
||||
std::string& rename,
|
||||
|
||||
Reference in New Issue
Block a user