diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-01-26 00:25:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-01-26 00:25:26 (GMT) |
commit | 797db2bd822555dc4d355def1233d1503f90fe61 (patch) | |
tree | 7d5a182093b31890865e413084a45958c250bc50 /Source/cmGlobalGenerator.cxx | |
parent | 3b5139a3d86fc3e37289c5fbe58483838520924f (diff) | |
download | CMake-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.cxx | 1 |
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()); } |