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

Method GetOption

Source/CPack/cmCPackGenerator.cxx:1397–1405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1395}
1396
1397cmValue cmCPackGenerator::GetOption(std::string const& op) const
1398{
1399 cmValue ret = this->MakefileMap->GetDefinition(op);
1400 if (!ret) {
1401 cmCPackLogger(cmCPackLog::LOG_DEBUG,
1402 "Warning, GetOption return NULL for: " << op << std::endl);
1403 }
1404 return ret;
1405}
1406
1407std::vector<std::string> cmCPackGenerator::GetOptions() const
1408{

Callers 15

PrepareNamesMethod · 0.95
InstallProjectMethod · 0.95
RunPreinstallTargetMethod · 0.95
InstallCMakeProjectMethod · 0.95
GenerateChecksumFileMethod · 0.95
CopyPackageFileMethod · 0.95
DoPackageMethod · 0.95
InitializeMethod · 0.95

Calls 1

GetDefinitionMethod · 0.45

Tested by

no test coverage detected