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

Method GetGlobalSetting

Source/cmGlobalGenerator.cxx:1238–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238cmValue cmGlobalGenerator::GetGlobalSetting(std::string const& name) const
1239{
1240 assert(!this->Makefiles.empty());
1241 return this->Makefiles[0]->GetDefinition(name);
1242}
1243
1244bool cmGlobalGenerator::GlobalSettingIsOn(std::string const& name) const
1245{

Callers 3

ComputeMethod · 0.95
ProcessEnvironmentMethod · 0.80
GetIDEBuildArgsMethod · 0.80

Calls 2

emptyMethod · 0.45
GetDefinitionMethod · 0.45

Tested by

no test coverage detected