fix compilation
This commit is contained in:
parent
c8750db71f
commit
9cca063c7d
|
@ -1051,7 +1051,6 @@ void cmLocalVisualStudio6Generator::WriteDSPHeader(std::ostream& fout, const cha
|
||||||
= m_Makefile->GetDefinition("CMAKE_DEBUG_POSTFIX");
|
= m_Makefile->GetDefinition("CMAKE_DEBUG_POSTFIX");
|
||||||
cmSystemTools::ReplaceString(line, "DEBUG_POSTFIX",
|
cmSystemTools::ReplaceString(line, "DEBUG_POSTFIX",
|
||||||
debugPostfix?debugPostfix:"");
|
debugPostfix?debugPostfix:"");
|
||||||
cmGlobalGenerator* gen = this->GetGlobalGenerator();
|
|
||||||
// store flags for each configuration
|
// store flags for each configuration
|
||||||
std::string flags = " ";
|
std::string flags = " ";
|
||||||
std::string flagsRelease = " ";
|
std::string flagsRelease = " ";
|
||||||
|
|
Loading…
Reference in New Issue