summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-04 11:06:48 +0000
committerKitware Robot <kwrobot@kitware.com>2017-10-04 07:07:50 -0400
commit44d0e377f919399a086a62b5df45dd0ede1a2747 (patch)
tree0632b9deef83e91536ef7dbb358d1e0489cf38e6 /Source
parentb320eb48f32f082dfa88bb0e958770a1feff30b1 (diff)
parent0b419b998d8e54a98f04540a5dad9034d1632521 (diff)
downloadcmake-44d0e377f919399a086a62b5df45dd0ede1a2747.tar.gz
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.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index eb5a3e4634..0087957fa7 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");