From 8d59e58b6ad283d9a49d1ce2ed28bf6ced417910 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 25 Feb 2005 20:46:33 -0500 Subject: [PATCH] COMP: fix warning --- Source/cmGlobalXCodeGenerator.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 25034e5d4..82e352470 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",