BUG: remove 64 bit warnings
This commit is contained in:
parent
16395e900b
commit
961fb56029
|
@ -345,8 +345,7 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout,
|
||||||
{
|
{
|
||||||
fout << "\t\t\t\tWarningLevel=\"" << m_Makefile->GetDefinition("CMAKE_CXX_WARNING_LEVEL") << "\"\n";
|
fout << "\t\t\t\tWarningLevel=\"" << m_Makefile->GetDefinition("CMAKE_CXX_WARNING_LEVEL") << "\"\n";
|
||||||
}
|
}
|
||||||
fout << "\t\t\t\tDetect64BitPortabilityProblems=\"TRUE\"\n"
|
fout << "\t\t\t\tDebugInformationFormat=\"3\"";
|
||||||
<< "\t\t\t\tDebugInformationFormat=\"3\"";
|
|
||||||
fout << "/>\n"; // end of <Tool Name=VCCLCompilerTool
|
fout << "/>\n"; // end of <Tool Name=VCCLCompilerTool
|
||||||
|
|
||||||
fout << "\t\t\t<Tool\n\t\t\t\tName=\"VCCustomBuildTool\"/>\n";
|
fout << "\t\t\t<Tool\n\t\t\t\tName=\"VCCustomBuildTool\"/>\n";
|
||||||
|
|
Loading…
Reference in New Issue