BUG: Removed stray debugging statement.
This commit is contained in:
parent
857e2e15dd
commit
340468a090
|
@ -1184,7 +1184,6 @@ const char* cmLocalGenerator::GetIncludeFlags(const char* lang)
|
||||||
flags[flags.size()-1] = ' ';
|
flags[flags.size()-1] = ' ';
|
||||||
}
|
}
|
||||||
std::string defineFlags = this->Makefile->GetDefineFlags();
|
std::string defineFlags = this->Makefile->GetDefineFlags();
|
||||||
std::cout << defineFlags << "\n";
|
|
||||||
this->FixDefineFlags(defineFlags, lang);
|
this->FixDefineFlags(defineFlags, lang);
|
||||||
flags += defineFlags;
|
flags += defineFlags;
|
||||||
this->LanguageToIncludeFlags[lang] = flags;
|
this->LanguageToIncludeFlags[lang] = flags;
|
||||||
|
@ -1228,8 +1227,6 @@ void cmLocalGenerator::FixDefineFlags(std::string& flags,
|
||||||
flags = fixedFlags;
|
flags = fixedFlags;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs,
|
void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs,
|
||||||
bool filter_system_dirs)
|
bool filter_system_dirs)
|
||||||
|
|
Loading…
Reference in New Issue