summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorExpression.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-10-27 14:16:17 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-11-20 23:11:54 (GMT)
commitd8a59ea4b370eaf4a5b6162631af9e272fdb24b4 (patch)
tree6b3d14c622b89eaf615b9522752ca12881d7ea1c /Source/cmGeneratorExpression.cxx
parent8faf4e93801a025d4cb17d2ef12437e5554798b1 (diff)
downloadCMake-d8a59ea4b370eaf4a5b6162631af9e272fdb24b4.zip
CMake-d8a59ea4b370eaf4a5b6162631af9e272fdb24b4.tar.gz
CMake-d8a59ea4b370eaf4a5b6162631af9e272fdb24b4.tar.bz2
Port cmGeneratorExpression to cmTarget from cmGeneratorTarget.
Following from the discussion here: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/3615/focus=5170 (Re: Generator expressisons in target properties, 26 Oct 12:10) we can't split cmTarget API for linking into cmGeneratorTarget. In the future we will probably also need to move the include and compile definitions API back to cmTarget so that it can be used by export().
Diffstat (limited to 'Source/cmGeneratorExpression.cxx')
-rw-r--r--Source/cmGeneratorExpression.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpression.cxx b/Source/cmGeneratorExpression.cxx
index 7d8df37..32bf941 100644
--- a/Source/cmGeneratorExpression.cxx
+++ b/Source/cmGeneratorExpression.cxx
@@ -68,7 +68,7 @@ cmGeneratorExpression::~cmGeneratorExpression()
//----------------------------------------------------------------------------
const char *cmCompiledGeneratorExpression::Evaluate(
cmMakefile* mf, const char* config, bool quiet,
- cmGeneratorTarget *target,
+ cmTarget *target,
cmGeneratorExpressionDAGChecker *dagChecker) const
{
if (!this->NeedsParsing)