diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-06-14 13:58:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-06-24 14:22:15 (GMT) |
commit | b58aff90c5a3633ae7fa0d78731433d40a02d8bd (patch) | |
tree | 31959ef950592714c0aa9db8f4c92f7a5aafa17c /Source/cmGeneratorExpressionDAGChecker.h | |
parent | b1c19ce3837036bde3b639f8285fa228b8e6f278 (diff) | |
download | CMake-b58aff90c5a3633ae7fa0d78731433d40a02d8bd.zip CMake-b58aff90c5a3633ae7fa0d78731433d40a02d8bd.tar.gz CMake-b58aff90c5a3633ae7fa0d78731433d40a02d8bd.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionDAGChecker.h b/Source/cmGeneratorExpressionDAGChecker.h index 85b13e5..95d466a 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; |