mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
cmInstallProgramsCommand: Port away from FinalPass
This commit is contained in:
committed by
Regina Pfeifer
parent
7bc88b9165
commit
316e40baec
@@ -37,24 +37,6 @@ public:
|
||||
*/
|
||||
bool InitialPass(std::vector<std::string> const& args,
|
||||
cmExecutionStatus& status) override;
|
||||
|
||||
/**
|
||||
* This is called at the end after all the information
|
||||
* specified by the command is accumulated. Most commands do
|
||||
* not implement this method. At this point, reading and
|
||||
* writing to the cache can be done.
|
||||
*/
|
||||
void FinalPass() override;
|
||||
|
||||
bool HasFinalPass() const override { return true; }
|
||||
|
||||
protected:
|
||||
std::string FindInstallSource(const char* name) const;
|
||||
|
||||
private:
|
||||
std::vector<std::string> FinalArgs;
|
||||
std::string Destination;
|
||||
std::vector<std::string> Files;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user