summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-15 12:54:16 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-15 12:54:16 (GMT)
commitd2c4432bbe6348c5f14caf6b5d361dcd22ee08be (patch)
treecab77a7857f6af951ec10e2ebb46324c409fa930 /Source/cmLocalGenerator.cxx
parent44e4c7cd772d7e3a78a1a83fe4629026e70d3c4c (diff)
downloadCMake-d2c4432bbe6348c5f14caf6b5d361dcd22ee08be.zip
CMake-d2c4432bbe6348c5f14caf6b5d361dcd22ee08be.tar.gz
CMake-d2c4432bbe6348c5f14caf6b5d361dcd22ee08be.tar.bz2
changed handling of FinalPass
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 8560cdd..99fe4b7 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -48,3 +48,8 @@ void cmLocalGenerator::SetGlobalGenerator(cmGlobalGenerator *gg)
m_Makefile->SetHomeOutputDirectory(
gg->GetCMakeInstance()->GetHomeOutputDirectory());
}
+
+void cmLocalGenerator::ConfigureFinalPass()
+{
+ m_Makefile->ConfigureFinalPass();
+}