MCPcopy Create free account
hub / github.com/Kitware/CMake / FindMakeProgram

Method FindMakeProgram

Source/cmGlobalXCodeGenerator.cxx:287–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287bool cmGlobalXCodeGenerator::FindMakeProgram(cmMakefile* mf)
288{
289 // The Xcode generator knows how to lookup its build tool
290 // directly instead of needing a helper module to do it, so we
291 // do not actually need to put CMAKE_MAKE_PROGRAM into the cache.
292 if (mf->GetDefinition("CMAKE_MAKE_PROGRAM").IsOff()) {
293 mf->AddDefinition("CMAKE_MAKE_PROGRAM", this->GetXcodeBuildCommand());
294 }
295 return true;
296}
297
298std::string cmGlobalXCodeGenerator::GetAppleSpecificPlatformName()
299{

Callers

nothing calls this directly

Calls 3

IsOffMethod · 0.45
GetDefinitionMethod · 0.45
AddDefinitionMethod · 0.45

Tested by

no test coverage detected