mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
ENH: make sure project map is cleared each time.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user