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

Method GetOption

Source/CPack/IFW/cmCPackIFWCommon.cxx:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23cmValue cmCPackIFWCommon::GetOption(std::string const& op) const
24{
25 return this->Generator ? this->Generator->cmCPackGenerator::GetOption(op)
26 : nullptr;
27}
28
29bool cmCPackIFWCommon::IsOn(std::string const& op) const
30{

Callers 15

GetInstallScopeMethod · 0.45
ConfigureFromOptionsMethod · 0.45
GeneratePackageFilesMethod · 0.45
GetComponentNameMethod · 0.45
ConfigureFromOptionsMethod · 0.45
ConfigureFromGroupMethod · 0.45
ConfigureFromPrefixMethod · 0.45
ConfigureFromOptionsMethod · 0.45
PackageFilesMethod · 0.45
InitializeInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected