mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
cmTarget: Move member Name to impl
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user