summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpression.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-02-18 10:24:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-02-18 11:07:32 (GMT)
commitec2c67bcf3aada9b601d5dca52b31a4fb6104240 (patch)
treee0fabec542d7f0248157a32c67826339521e5bce /Source/cmGeneratorExpression.h
parenta0ac2c59feec347a4cc93ab46fcf28f1dad49e99 (diff)
downloadCMake-ec2c67bcf3aada9b601d5dca52b31a4fb6104240.zip
CMake-ec2c67bcf3aada9b601d5dca52b31a4fb6104240.tar.gz
CMake-ec2c67bcf3aada9b601d5dca52b31a4fb6104240.tar.bz2
Strip stray semicolons when evaluating generator expressions.
Diffstat (limited to 'Source/cmGeneratorExpression.h')
-rw-r--r--Source/cmGeneratorExpression.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorExpression.h b/Source/cmGeneratorExpression.h
index 489b052..ca41573 100644
--- a/Source/cmGeneratorExpression.h
+++ b/Source/cmGeneratorExpression.h
@@ -66,6 +66,7 @@ public:
static bool IsValidTargetName(const std::string &input);
+ static std::string StripEmptyListElements(const std::string &input);
private:
cmGeneratorExpression(const cmGeneratorExpression &);
void operator=(const cmGeneratorExpression &);