diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2014-03-14 14:48:42 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2014-03-14 14:48:42 (GMT) |
commit | ee8cef8725486519a7ab47eb16208d4d64e0ab99 (patch) | |
tree | bc967cae43b43a6fa756349622a34152dcd6e0b3 /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 91fd99b86532dbf35d8c7396654b9beac058c8f3 (diff) | |
download | CMake-ee8cef8725486519a7ab47eb16208d4d64e0ab99.zip CMake-ee8cef8725486519a7ab47eb16208d4d64e0ab99.tar.gz CMake-ee8cef8725486519a7ab47eb16208d4d64e0ab99.tar.bz2 |
Encoding: If configured, write Visual Studio project files as UTF-8.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.cxx | 3 |
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 |