summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-17 13:49:54 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-03-17 13:49:54 (GMT)
commit5a21cbc96bb5905638cca978f5996c60b7f940fa (patch)
tree3414f121b60210056d01047a0f25ef286fbb7400 /Source/cmGlobalVisualStudioGenerator.cxx
parent223b05a80c3a1b237edea8d7a404fead5f6c6c61 (diff)
parentee8cef8725486519a7ab47eb16208d4d64e0ab99 (diff)
downloadCMake-5a21cbc96bb5905638cca978f5996c60b7f940fa.zip
CMake-5a21cbc96bb5905638cca978f5996c60b7f940fa.tar.gz
CMake-5a21cbc96bb5905638cca978f5996c60b7f940fa.tar.bz2
Merge topic 'unicode-vs-projects'
ee8cef87 Encoding: If configured, write Visual Studio project files as UTF-8. 91fd99b8 Encoding: Provide option to configure CMake to use UTF-8 encoding.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx
index 69c893c..2b2a471 100644
--- a/Source/cmGlobalVisualStudioGenerator.cxx
+++ b/Source/cmGlobalVisualStudioGenerator.cxx
@@ -1,3 +1,4 @@
+
/*============================================================================
CMake - Cross Platform Makefile Generator
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
@@ -918,4 +919,4 @@ std::string cmGlobalVisualStudioGenerator::ExpandCFGIntDir(
i += config.size();
}
return tmp;
-}
+} \ No newline at end of file