summaryrefslogtreecommitdiff
path: root/Source/cmSetPropertyCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-17 18:13:55 -0500
committerBrad King <brad.king@kitware.com>2008-01-17 18:13:55 -0500
commitcaca9b80652c7c36ed1e39e1faeec64e3397f632 (patch)
treeed463885ac3f417fdc6838367019615fafef4108 /Source/cmSetPropertyCommand.h
parent9e8a1c639a92a1c2e37f0beefb62204930e7e61e (diff)
downloadcmake-caca9b80652c7c36ed1e39e1faeec64e3397f632.tar.gz
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
Diffstat (limited to 'Source/cmSetPropertyCommand.h')
-rw-r--r--Source/cmSetPropertyCommand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmSetPropertyCommand.h b/Source/cmSetPropertyCommand.h
index c5de8e56fd..06d4da59bf 100644
--- a/Source/cmSetPropertyCommand.h
+++ b/Source/cmSetPropertyCommand.h
@@ -93,9 +93,6 @@ private:
std::string PropertyValue;
bool AppendMode;
- // Implementation of value construction.
- bool ConstructValue(std::string& value, const char* old);
-
// Implementation of each property type.
bool HandleGlobalMode();
bool HandleDirectoryMode();