diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:21:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-18 18:06:20 (GMT) |
commit | 2047144f490113905004cc9d5b548e25312fac04 (patch) | |
tree | ab92115ac5e7aeb5f640f229972338b920e9aaf6 /Source/cmGlobalMinGWMakefileGenerator.cxx | |
parent | 333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (diff) | |
download | CMake-2047144f490113905004cc9d5b548e25312fac04.zip CMake-2047144f490113905004cc9d5b548e25312fac04.tar.gz CMake-2047144f490113905004cc9d5b548e25312fac04.tar.bz2 |
cmLocalGenerator: Remove unused IgnoreLibPrefix.
Diffstat (limited to 'Source/cmGlobalMinGWMakefileGenerator.cxx')
-rw-r--r-- | Source/cmGlobalMinGWMakefileGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalMinGWMakefileGenerator.cxx b/Source/cmGlobalMinGWMakefileGenerator.cxx index 0268624..cda8cf2 100644 --- a/Source/cmGlobalMinGWMakefileGenerator.cxx +++ b/Source/cmGlobalMinGWMakefileGenerator.cxx @@ -64,7 +64,6 @@ cmGlobalMinGWMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent) { cmLocalUnixMakefileGenerator3* lg = new cmLocalUnixMakefileGenerator3(this, parent); - lg->SetIgnoreLibPrefix(true); return lg; } |