summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 16:47:24 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-12 21:10:45 (GMT)
commit6ad86c7fc4167561c7c13c28482a5fea0fe9d70b (patch)
tree89153419898499060587c9ede01cfb1f8bb9dfdd /Source
parentfca2b542b43546c64aa2c474b810890e52bd0ea4 (diff)
downloadCMake-6ad86c7fc4167561c7c13c28482a5fea0fe9d70b.zip
CMake-6ad86c7fc4167561c7c13c28482a5fea0fe9d70b.tar.gz
CMake-6ad86c7fc4167561c7c13c28482a5fea0fe9d70b.tar.bz2
cmMakefile: Remove bad comment.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 35be1b7..ec0a165 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -1658,7 +1658,6 @@ void cmMakefile::InitializeFromParent()
void cmMakefile::ConfigureSubDirectory(cmLocalGenerator *lg2)
{
- // copy our variables from the child makefile
lg2->GetMakefile()->InitializeFromParent();
lg2->GetMakefile()->MakeStartDirectoriesCurrent();
if (this->GetCMakeInstance()->GetDebugOutput())