mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
cmVisualStudio10TargetGenerator: remove redundant space char in some tags
Many source tags become identical to those created by MSVC
This commit is contained in:
parent
b058d92b33
commit
da1a500cee
@ -1992,7 +1992,7 @@ void cmVisualStudio10TargetGenerator::WriteAllSources()
|
||||
|
||||
if (si.Kind == cmGeneratorTarget::SourceKindObjectSource) {
|
||||
// FIXME: refactor generation to avoid tracking XML syntax state.
|
||||
this->WriteSource(tool, si.Source, " ");
|
||||
this->WriteSource(tool, si.Source, "");
|
||||
bool have_nested = this->OutputSourceSpecificFlags(si.Source);
|
||||
if (!exclude_configs.empty()) {
|
||||
if (!have_nested) {
|
||||
|
Loading…
Reference in New Issue
Block a user