summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-10-06 16:35:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-10-27 19:29:34 (GMT)
commit25f1df3e816b62a518206cb88f69fdb15b2eebc9 (patch)
treeea8db5e42264c0b0bcd1004818264b8ea8488c2a /Source/cmGeneratorTarget.cxx
parentb63c71aa35fffeef550ccf7f60382cbe794635ac (diff)
downloadCMake-25f1df3e816b62a518206cb88f69fdb15b2eebc9.zip
CMake-25f1df3e816b62a518206cb88f69fdb15b2eebc9.tar.gz
CMake-25f1df3e816b62a518206cb88f69fdb15b2eebc9.tar.bz2
Split CreateGeneratorTargets into two methods.
As the generate-time-related API is moving to cmGeneratorTarget, almost all of generation code needs to be able to access instances of it.
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 62ac263..0cc2e92 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -25,8 +25,6 @@ cmGeneratorTarget::cmGeneratorTarget(cmTarget* t): Target(t)
this->Makefile = this->Target->GetMakefile();
this->LocalGenerator = this->Makefile->GetLocalGenerator();
this->GlobalGenerator = this->LocalGenerator->GetGlobalGenerator();
- this->ClassifySources();
- this->LookupObjectLibraries();
}
//----------------------------------------------------------------------------