summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorExpressionDAGChecker.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-06-14 15:58:04 +0200
committerStephen Kelly <steveire@gmail.com>2013-06-24 16:22:15 +0200
commitb58aff90c5a3633ae7fa0d78731433d40a02d8bd (patch)
tree31959ef950592714c0aa9db8f4c92f7a5aafa17c /Source/cmGeneratorExpressionDAGChecker.h
parentb1c19ce3837036bde3b639f8285fa228b8e6f278 (diff)
downloadcmake-b58aff90c5a3633ae7fa0d78731433d40a02d8bd.tar.gz
Genex: Extend EvaluatingLinkLibraries to also check the top target name.
This will allow testing whether we are evaluating the link libraries of a particular target.
Diffstat (limited to 'Source/cmGeneratorExpressionDAGChecker.h')
-rw-r--r--Source/cmGeneratorExpressionDAGChecker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionDAGChecker.h b/Source/cmGeneratorExpressionDAGChecker.h
index 85b13e50e3..95d466ae3b 100644
--- a/Source/cmGeneratorExpressionDAGChecker.h
+++ b/Source/cmGeneratorExpressionDAGChecker.h
@@ -47,7 +47,7 @@ struct cmGeneratorExpressionDAGChecker
void reportError(cmGeneratorExpressionContext *context,
const std::string &expr);
- bool EvaluatingLinkLibraries();
+ bool EvaluatingLinkLibraries(const char *tgt = 0);
#define DECLARE_TRANSITIVE_PROPERTY_METHOD(METHOD) \
bool METHOD () const;