summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-02-17 13:38:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-02-17 13:38:41 (GMT)
commit66523061d0d35b80dcc4a5c19d43a93cb455e58b (patch)
treeb8ee4d79c121de33762257500beaa54875afc325 /Source/cmGlobalXCodeGenerator.cxx
parentfad49c87246d190e66fc60c1ac2698740215ef16 (diff)
downloadCMake-66523061d0d35b80dcc4a5c19d43a93cb455e58b.zip
CMake-66523061d0d35b80dcc4a5c19d43a93cb455e58b.tar.gz
CMake-66523061d0d35b80dcc4a5c19d43a93cb455e58b.tar.bz2
ENH: remove warnings and debug statement
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index decdbaf..2bed855 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -130,14 +130,10 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
mf->GetDefinition("CMAKE_OSX_SYSROOT");
if(osxArch && sysroot)
{
- std::cerr <<"EnableLanguage archs\n";
this->Architectures.clear();
cmSystemTools::ExpandListArgument(std::string(osxArch),
this->Architectures);
}
- else
- std::cerr <<"no EnableLanguage archs\n";
-
}
//----------------------------------------------------------------------------