BUG: fix for 7519 extra closing > in fortran projects
This commit is contained in:
parent
4b58312502
commit
d8837b92ba
@ -1788,7 +1788,7 @@ cmLocalVisualStudio7Generator
|
|||||||
}
|
}
|
||||||
if(projectType)
|
if(projectType)
|
||||||
{
|
{
|
||||||
fout << "\tProjectType=\"" << projectType << "\">\n";
|
fout << "\tProjectType=\"" << projectType << "\"\n";
|
||||||
}
|
}
|
||||||
fout<< "\tKeyword=\"" << keyword << "\">\n"
|
fout<< "\tKeyword=\"" << keyword << "\">\n"
|
||||||
<< "\tProjectGUID=\"{" << gg->GetGUID(libName) << "}\">\n"
|
<< "\tProjectGUID=\"{" << gg->GetGUID(libName) << "}\">\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user