summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpression.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-02-25 13:12:12 -0500
committerCMake Topic Stage <kwrobot@kitware.com>2013-02-25 13:12:12 -0500
commit57072c12d2e9302cefa66c96e55a595de085a161 (patch)
tree8c41b27c68aab8dfbd9ab75b2eab1e3028c4f9ed /Source/cmGeneratorExpression.h
parent990c440ddd599d0bf4cad2cb7ac1688a42dca6d9 (diff)
parent8dfdf1c734af19a1e49efa4568e5e1f8fc7cb2f2 (diff)
downloadcmake-57072c12d2e9302cefa66c96e55a595de085a161.tar.gz
Merge topic 'interface-property-external-read'
8dfdf1c Fix the tests for evaluating includes and defines. 98a6725 Fix constness of accessors. 7e70744 Expand includes and defines transitively in 'external' genexes. d1a2729 Fix DAG checker finding cycling dependencies. e72eaad Workaround broken code where a target has itself in its link iface. ec2c67b 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 e223034979..86b6f25df8 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 &);