COMP: fix warning

This commit is contained in:
Bill Hoffman 2005-02-25 20:46:33 -05:00
parent c4ca049e3f
commit 8d59e58b6a
1 changed files with 0 additions and 2 deletions

View File

@ -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",