summaryrefslogtreecommitdiff
path: root/Source/cmGlobalJOMMakefileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 05:21:51 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-18 20:06:20 +0200
commit2047144f490113905004cc9d5b548e25312fac04 (patch)
treeab92115ac5e7aeb5f640f229972338b920e9aaf6 /Source/cmGlobalJOMMakefileGenerator.cxx
parent333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (diff)
downloadcmake-2047144f490113905004cc9d5b548e25312fac04.tar.gz
cmLocalGenerator: Remove unused IgnoreLibPrefix.
Diffstat (limited to 'Source/cmGlobalJOMMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalJOMMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalJOMMakefileGenerator.cxx b/Source/cmGlobalJOMMakefileGenerator.cxx
index 23c8653116..799c9fbfc9 100644
--- a/Source/cmGlobalJOMMakefileGenerator.cxx
+++ b/Source/cmGlobalJOMMakefileGenerator.cxx
@@ -56,7 +56,6 @@ cmGlobalJOMMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent)
cmLocalUnixMakefileGenerator3* lg
= new cmLocalUnixMakefileGenerator3(this, parent);
lg->SetMakeSilentFlag("/nologo");
- lg->SetIgnoreLibPrefix(true);
return lg;
}