mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
This commit is contained in:
@@ -101,8 +101,9 @@ public:
|
||||
protected:
|
||||
std::string FindInstallSource(const char* name) const;
|
||||
private:
|
||||
std::string TargetName;
|
||||
std::vector<std::string> FinalArgs;
|
||||
std::string Destination;
|
||||
std::vector<std::string> Files;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user