diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-26 01:46:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-26 01:46:33 (GMT) |
commit | 8d59e58b6ad283d9a49d1ce2ed28bf6ced417910 (patch) | |
tree | 075dd76e7077abe476d17fab58fac943adf84687 /Source/cmGlobalXCodeGenerator.cxx | |
parent | c4ca049e3fd1ad6aadb03e20e3a01bb6489d3dfd (diff) | |
download | CMake-8d59e58b6ad283d9a49d1ce2ed28bf6ced417910.zip CMake-8d59e58b6ad283d9a49d1ce2ed28bf6ced417910.tar.gz CMake-8d59e58b6ad283d9a49d1ce2ed28bf6ced417910.tar.bz2 |
COMP: fix warning
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 25034e5..82e3524 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -781,13 +781,11 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target, m_CurrentMakefile->GetDefineFlags()); cmSystemTools::ReplaceString(flags, "\"", "\\\""); productName = target.GetName(); - bool needLinkDirs = true; switch(target.GetType()) { case cmTarget::STATIC_LIBRARY: { - needLinkDirs = false; if(m_LibraryOutputPath.size()) { buildSettings->AddAttribute("SYMROOT", |