ENH: make sure project map is cleared each time.

This commit is contained in:
Bill Hoffman 2005-03-22 11:33:46 -05:00
parent 6baf2119ca
commit 213040b612
1 changed files with 2 additions and 1 deletions

View File

@ -818,7 +818,8 @@ const char* cmGlobalGenerator::GetLinkerPreference(const char* lang)
void cmGlobalGenerator::FillProjectMap()
{
{
m_ProjectMap.clear(); // make sure we start with a clean map
unsigned int i;
for(i = 0; i < m_LocalGenerators.size(); ++i)
{