summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeBlocksGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-10-28 19:47:46 +0100
committerStephen Kelly <steveire@gmail.com>2015-07-27 21:58:50 +0200
commit9f2dca805c8010636d4be7ef03d96bfc131c9809 (patch)
tree0fe3e34e2ef5344d53d3d0d5c41f36bb17942321 /Source/cmExtraCodeBlocksGenerator.cxx
parentc7a8e74b8c7ade9efb68b8bd36fd6d741f2dba7e (diff)
downloadcmake-9f2dca805c8010636d4be7ef03d96bfc131c9809.tar.gz
Move GetLocation to cmGeneratorTarget.
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.cxx')
-rw-r--r--Source/cmExtraCodeBlocksGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx
index 6d145a2121..933a256aff 100644
--- a/Source/cmExtraCodeBlocksGenerator.cxx
+++ b/Source/cmExtraCodeBlocksGenerator.cxx
@@ -593,7 +593,7 @@ void cmExtraCodeBlocksGenerator::AppendTarget(cmGeneratedFileStream& fout,
{
cmGeneratorTarget* gt =
this->GlobalGenerator->GetGeneratorTarget(target);
- location = gt->Target->GetLocation(buildType);
+ location = gt->GetLocation(buildType);
}
fout<<" <Option output=\"" << location