diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2017-12-14 00:16:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-12-14 13:27:48 (GMT) |
commit | 907bc3543727767b72e3d9085dbb3c02b1a717ae (patch) | |
tree | 0275a8d858a464a00157d3d17371019abe278638 /Source/cmGlobalVisualStudio10Generator.h | |
parent | e80cc856da6901338486d9183b527fbcbbe385dd (diff) | |
download | CMake-907bc3543727767b72e3d9085dbb3c02b1a717ae.zip CMake-907bc3543727767b72e3d9085dbb3c02b1a717ae.tar.gz CMake-907bc3543727767b72e3d9085dbb3c02b1a717ae.tar.bz2 |
VS: Emit "utf-8" encoding as lowercase in .vcxproj headers
Match the XML preamble generated by VS 2010 and later.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h index 5f80c73..fc21193 100644 --- a/Source/cmGlobalVisualStudio10Generator.h +++ b/Source/cmGlobalVisualStudio10Generator.h @@ -96,6 +96,7 @@ public: void PathTooLong(cmGeneratorTarget* target, cmSourceFile const* sf, std::string const& sfRel); + std::string Encoding() override; virtual const char* GetToolsVersion() { return "4.0"; } bool FindMakeProgram(cmMakefile* mf) override; |