diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 18:26:31 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-03-23 21:22:34 (GMT) |
commit | be2764a6576baf4b380cfcf5418284e9bee80dfa (patch) | |
tree | 7eb7a3a220fbd827631dc9ef8eb42c608dc75c8a /Source/cmTarget.h | |
parent | 2bfee8a58b01fc94db56dc0ed8bb5da3f33cf2a6 (diff) | |
download | CMake-be2764a6576baf4b380cfcf5418284e9bee80dfa.zip CMake-be2764a6576baf4b380cfcf5418284e9bee80dfa.tar.gz CMake-be2764a6576baf4b380cfcf5418284e9bee80dfa.tar.bz2 |
cmTarget: Make private `SetPropertyDefault` an in code lambda `InitProperty`
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 0ed6450..db73375 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -264,11 +264,6 @@ private: const char* GetPrefixVariableInternal( cmStateEnums::ArtifactType artifact) const; - // Use a makefile variable to set a default for the given property. - // If the variable is not defined use the given default instead. - void SetPropertyDefault(const std::string& property, - const char* default_value); - private: cmTargetInternalPointer impl; }; |