cmLinkLineComputer: make noncopyable

This commit is contained in:
Daniel Pfeifer 2017-04-22 00:45:45 +02:00
parent 44b8debff4
commit 99d50d2b25

View File

@ -41,6 +41,9 @@ public:
std::string const& config);
protected:
cmLinkLineComputer(cmLinkLineComputer const&);
cmLinkLineComputer& operator=(cmLinkLineComputer const&);
std::string ComputeLinkLibs(cmComputeLinkInformation& cli);
std::string ComputeRPath(cmComputeLinkInformation& cli);