mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
cmTarget: Remove obsolete friend definitions
This commit is contained in:
@@ -256,6 +256,9 @@ public:
|
||||
cmStateEnums::ArtifactType artifact) const;
|
||||
|
||||
private:
|
||||
// Internal representation details.
|
||||
friend class cmGeneratorTarget;
|
||||
|
||||
const char* GetSuffixVariableInternal(
|
||||
cmStateEnums::ArtifactType artifact) const;
|
||||
const char* GetPrefixVariableInternal(
|
||||
@@ -268,11 +271,6 @@ private:
|
||||
|
||||
private:
|
||||
cmTargetInternalPointer impl;
|
||||
|
||||
// Internal representation details.
|
||||
friend class cmTargetInternals;
|
||||
friend class cmGeneratorTarget;
|
||||
friend class cmTargetTraceDependencies;
|
||||
};
|
||||
|
||||
typedef std::unordered_map<std::string, cmTarget> cmTargets;
|
||||
|
||||
Reference in New Issue
Block a user