mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
Merge topic 'object-library-sbcs'
54290adcba VS: Fix SBCS support for object libraries
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3537
This commit is contained in:
@@ -1218,7 +1218,7 @@ void cmVisualStudio10TargetGenerator::WriteMSToolConfigurationValues(
|
||||
this->GeneratorTarget->GetPropertyAsBool("VS_WINRT_EXTENSIONS")) {
|
||||
e1.Element("CharacterSet", "Unicode");
|
||||
} else if (this->GeneratorTarget->GetType() <=
|
||||
cmStateEnums::MODULE_LIBRARY &&
|
||||
cmStateEnums::OBJECT_LIBRARY &&
|
||||
this->ClOptions[config]->UsingSBCS()) {
|
||||
e1.Element("CharacterSet", "NotSet");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user