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

Method IsRequired

Source/cmFindPackageCommand.cxx:3560–3565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3558}
3559
3560bool cmFindPackageCommand::IsRequired() const
3561{
3562 return this->Required == RequiredStatus::RequiredExplicit ||
3563 this->Required == RequiredStatus::RequiredFromPackageVar ||
3564 this->Required == RequiredStatus::RequiredFromFindVar;
3565}
3566
3567cmFindPackageCommand::FoundPackageMode cmFindPackageCommand::FoundMode(
3568 PackageDescriptionType type)

Callers 4

FindPackageMethod · 0.95
SetModuleVariablesMethod · 0.95
HandlePackageModeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected