diff options
author | Brad King <brad.king@kitware.com> | 2017-10-04 11:06:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-10-04 11:07:50 (GMT) |
commit | 44d0e377f919399a086a62b5df45dd0ede1a2747 (patch) | |
tree | 0632b9deef83e91536ef7dbb358d1e0489cf38e6 /Source | |
parent | b320eb48f32f082dfa88bb0e958770a1feff30b1 (diff) | |
parent | 0b419b998d8e54a98f04540a5dad9034d1632521 (diff) | |
download | CMake-44d0e377f919399a086a62b5df45dd0ede1a2747.zip CMake-44d0e377f919399a086a62b5df45dd0ede1a2747.tar.gz CMake-44d0e377f919399a086a62b5df45dd0ede1a2747.tar.bz2 |
Merge topic 'vs-no-empty-link-version'
0b419b99 VS: Do not emit empty linker Version tag
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1332
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index eb5a3e4..0087957 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx @@ -3225,8 +3225,6 @@ bool cmVisualStudio10TargetGenerator::ComputeLinkOptions( } if (this->MSTools) { - linkOptions.AddFlag("Version", ""); - if (this->GeneratorTarget->GetPropertyAsBool("WIN32_EXECUTABLE")) { if (this->GlobalGenerator->TargetsWindowsCE()) { linkOptions.AddFlag("SubSystem", "WindowsCE"); |