cmTarget: Move member Name to impl

This commit is contained in:
Sebastian Holtermann
2019-03-23 16:30:27 +01:00
parent ccf76c6e4c
commit 5db17e9d81
2 changed files with 18 additions and 13 deletions
+1 -2
View File
@@ -76,7 +76,7 @@ public:
cmGlobalGenerator* GetGlobalGenerator() const;
///! Set/Get the name of the target
const std::string& GetName() const { return this->Name; }
const std::string& GetName() const;
///! Get the policy map
cmPolicies::PolicyMap const& GetPolicyMap() const;
@@ -297,7 +297,6 @@ private:
private:
bool IsGeneratorProvided;
std::string Name;
std::string InstallPath;
std::string RuntimeInstallPath;
std::vector<cmCustomCommand> PreBuildCommands;