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");
|
mf->GetDefinition("CMAKE_OSX_SYSROOT");
|
||||||
if(osxArch && sysroot)
|
if(osxArch && sysroot)
|
||||||
{
|
{
|
||||||
std::cerr <<"EnableLanguage archs\n";
|
|
||||||
this->Architectures.clear();
|
this->Architectures.clear();
|
||||||
cmSystemTools::ExpandListArgument(std::string(osxArch),
|
cmSystemTools::ExpandListArgument(std::string(osxArch),
|
||||||
this->Architectures);
|
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]);
|
return std::string(&arg[0]);
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* target,
|
cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* ,
|
||||||
std::vector<std::string>&
|
std::vector<std::string>&
|
||||||
dirs)
|
)
|
||||||
{
|
{
|
||||||
cmSystemTools::Error("GetTargetObjectFileDirectories called on cmLocalGenerator");
|
cmSystemTools::Error("GetTargetObjectFileDirectories called on cmLocalGenerator");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user