summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 21:48:58 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-26 17:46:10 (GMT)
commitd051086ccec5cd4b381cf47afb0e7fe962ed4c0b (patch)
treef75c2f09a92e0d3a15cb3849bf5d8c84a3ab8cc2 /Source/cmLocalGenerator.cxx
parentdb4cb92bda8b43c3d66d27533622bb802e823589 (diff)
downloadCMake-d051086ccec5cd4b381cf47afb0e7fe962ed4c0b.zip
CMake-d051086ccec5cd4b381cf47afb0e7fe962ed4c0b.tar.gz
CMake-d051086ccec5cd4b381cf47afb0e7fe962ed4c0b.tar.bz2
cmGeneratorTarget: Move compile features processing from cmTarget.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 89515ff..a7e4191 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1138,7 +1138,7 @@ void cmLocalGenerator::AddCompileOptions(
}
}
std::vector<std::string> features;
- target->GetCompileFeatures(features, config);
+ gtgt->GetCompileFeatures(features, config);
for(std::vector<std::string>::const_iterator it = features.begin();
it != features.end(); ++it)
{