summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-26 00:25:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-26 00:25:26 (GMT)
commit797db2bd822555dc4d355def1233d1503f90fe61 (patch)
tree7d5a182093b31890865e413084a45958c250bc50 /Source/cmGlobalGenerator.cxx
parent3b5139a3d86fc3e37289c5fbe58483838520924f (diff)
downloadCMake-797db2bd822555dc4d355def1233d1503f90fe61.zip
CMake-797db2bd822555dc4d355def1233d1503f90fe61.tar.gz
CMake-797db2bd822555dc4d355def1233d1503f90fe61.tar.bz2
ENH: Start adding new installation framework
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index a0ca704..794033e 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -424,6 +424,7 @@ void cmGlobalGenerator::Generate()
for (i = 0; i < m_LocalGenerators.size(); ++i)
{
m_LocalGenerators[i]->Generate(true);
+ m_LocalGenerators[i]->GenerateInstallRules();
m_CMakeInstance->UpdateProgress("Generating",
(i+1.0f)/m_LocalGenerators.size());
}