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

Method GetDefaultConfiguration

Source/cmMakefile.cxx:2856–2862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2854}
2855
2856std::string cmMakefile::GetDefaultConfiguration() const
2857{
2858 if (this->GetGlobalGenerator()->IsMultiConfig()) {
2859 return std::string{};
2860 }
2861 return this->GetSafeDefinition("CMAKE_BUILD_TYPE");
2862}
2863
2864std::vector<std::string> cmMakefile::GetGeneratorConfigs(
2865 GeneratorConfigQuery mode) const

Callers 5

CreateMethod · 0.80
GenerateTestFilesMethod · 0.80
GenerateInstallRulesMethod · 0.80
InitCustomTargetsMethod · 0.80

Calls 2

GetGlobalGeneratorMethod · 0.95
IsMultiConfigMethod · 0.45

Tested by

no test coverage detected