summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-20 13:03:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-20 13:03:23 (GMT)
commit1174efb6f9f25d5624ef60dc3cca88388ac302bc (patch)
tree03bc9065d3ab480c268a28171a0aa0d4bbc7d17e /Source/cmGlobalVisualStudioGenerator.cxx
parent00949be941eceed477a4712ed4d680649fa7b497 (diff)
parent88ad02f1ec012e69e446aa70064cffb9c33b8a8e (diff)
downloadCMake-1174efb6f9f25d5624ef60dc3cca88388ac302bc.zip
CMake-1174efb6f9f25d5624ef60dc3cca88388ac302bc.tar.gz
CMake-1174efb6f9f25d5624ef60dc3cca88388ac302bc.tar.bz2
Merge topic 'vs-sln-version' into release-3.17
88ad02f1ec VS: Restore .sln support for VS Version Selector Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4765
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx
index 1ec1559..4b4d72a 100644
--- a/Source/cmGlobalVisualStudioGenerator.cxx
+++ b/Source/cmGlobalVisualStudioGenerator.cxx
@@ -112,6 +112,7 @@ void cmGlobalVisualStudioGenerator::WriteSLNHeader(std::ostream& fout)
{
char utf8bom[] = { char(0xEF), char(0xBB), char(0xBF) };
fout.write(utf8bom, 3);
+ fout << '\n';
switch (this->Version) {
case cmGlobalVisualStudioGenerator::VS9: