ENH: remove warnings and debug statement
This commit is contained in:
parent
fad49c8724
commit
66523061d0
|
@ -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";
|
||||
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
|
|
@ -2400,9 +2400,9 @@ std::string cmLocalGenerator::EscapeForShell(const char* str, bool makeVars,
|
|||
return std::string(&arg[0]);
|
||||
}
|
||||
void
|
||||
cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* target,
|
||||
cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* ,
|
||||
std::vector<std::string>&
|
||||
dirs)
|
||||
)
|
||||
{
|
||||
cmSystemTools::Error("GetTargetObjectFileDirectories called on cmLocalGenerator");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue