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

Method IsOn

Source/CPack/cmCPackGenerator.cxx:1374–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372}
1373
1374bool cmCPackGenerator::IsOn(std::string const& name) const
1375{
1376 return this->GetOption(name).IsOn();
1377}
1378
1379bool cmCPackGenerator::IsSetToOff(std::string const& op) const
1380{

Callers 15

PrepareNamesMethod · 0.95
InstallCMakeProjectMethod · 0.95
GetComponentMethod · 0.95
GetComponentGroupMethod · 0.95
UpdateMethod · 0.45
InitializeHandlerMethod · 0.45
UpdateImplMethod · 0.45
ExecuteConfigureMethod · 0.45
InstallProjectMethod · 0.45

Calls 1

GetOptionMethod · 0.95

Tested by 4

UpdateMethod · 0.36
InitializeHandlerMethod · 0.36
UpdateImplMethod · 0.36
ExecuteConfigureMethod · 0.36