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

Method IsMultiConfig

Source/cmGlobalXCodeGenerator.cxx:5485–5489  ·  view source on GitHub ↗

Return true if the generated build tree may contain multiple builds. i.e. "Can I build Debug and Release in the same tree?"

Source from the content-addressed store, hash-verified

5483// Return true if the generated build tree may contain multiple builds.
5484// i.e. "Can I build Debug and Release in the same tree?"
5485bool cmGlobalXCodeGenerator::IsMultiConfig() const
5486{
5487 // Newer Xcode versions are multi config:
5488 return true;
5489}
5490
5491bool cmGlobalXCodeGenerator::HasKnownObjectFileLocation(
5492 cmTarget const& target, std::string* reason) const

Callers 15

GetGeneratorConfigsMethod · 0.45
TryCompileMethod · 0.45
CreateIfAnyMethod · 0.45
ComputeDefinesMethod · 0.45
CopyPchCompilePdbMethod · 0.45
InitCustomTargetsMethod · 0.45
CleanMetaDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

ExecuteConfigureMethod · 0.36