diff options
author | Brad King <brad.king@kitware.com> | 2014-03-17 13:49:54 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-17 13:49:54 (GMT) |
commit | 5a21cbc96bb5905638cca978f5996c60b7f940fa (patch) | |
tree | 3414f121b60210056d01047a0f25ef286fbb7400 /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 223b05a80c3a1b237edea8d7a404fead5f6c6c61 (diff) | |
parent | ee8cef8725486519a7ab47eb16208d4d64e0ab99 (diff) | |
download | CMake-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.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 |