mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
VS: Fix incorrect XML in Fortran projects
This change has no impact because the incorrect XML is technically valid and the Fortran VS extension ignores the ProjectGUID attribute anyway. Fixes: #11437
This commit is contained in:
@@ -2043,7 +2043,7 @@ void cmLocalVisualStudio7Generator::WriteProjectStartFortran(
|
||||
}
|
||||
this->WriteProjectSCC(fout, target);
|
||||
/* clang-format off */
|
||||
fout<< "\tKeyword=\"" << keyword << "\">\n"
|
||||
fout<< "\tKeyword=\"" << keyword << "\"\n"
|
||||
"\tProjectGUID=\"{" << gg->GetGUID(libName) << "}\">\n"
|
||||
"\t<Platforms>\n"
|
||||
"\t\t<Platform\n\t\t\tName=\"" << gg->GetPlatformName() << "\"/>\n"
|
||||
|
||||
Reference in New Issue
Block a user