mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 19:08:07 +08:00
VS: Fix .sln support for VS Version Selector with VS 2019
VS 2019 changed the naming pattern used by 2015 and 2017. Fixes: #20783
This commit is contained in:
@@ -167,7 +167,7 @@ void cmGlobalVisualStudioGenerator::WriteSLNHeader(std::ostream& fout)
|
||||
if (this->ExpressEdition) {
|
||||
fout << "# Visual Studio Express 16 for Windows Desktop\n";
|
||||
} else {
|
||||
fout << "# Visual Studio 16\n";
|
||||
fout << "# Visual Studio Version 16\n";
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user