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/cmLocalGenerator.h | |
parent | 333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (diff) | |
download | CMake-2047144f490113905004cc9d5b548e25312fac04.zip CMake-2047144f490113905004cc9d5b548e25312fac04.tar.gz CMake-2047144f490113905004cc9d5b548e25312fac04.tar.bz2 |
cmLocalGenerator: Remove unused IgnoreLibPrefix.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index fa2f712..c7deeb7 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -470,7 +470,6 @@ protected: bool LinkScriptShell; bool UseRelativePaths; - bool IgnoreLibPrefix; bool Configured; bool EmitUniversalBinaryFlags; |