summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index ca37f0d..d4cca23 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -166,13 +166,8 @@ public:
{
SetProperty(prop, value.c_str());
}
- void AppendProperty(const std::string& prop, const char* value,
- bool asString = false);
void AppendProperty(const std::string& prop, const std::string& value,
- bool asString = false)
- {
- AppendProperty(prop, value.c_str(), asString);
- }
+ bool asString = false);
//! Might return a nullptr if the property is not set or invalid
const char* GetProperty(const std::string& prop) const;
//! Always returns a valid pointer