mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmLinkLineComputer: make noncopyable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user