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

Method GetOptional

Source/cmInstallCommandArguments.cxx:140–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140bool cmInstallCommandArguments::GetOptional() const
141{
142 if (this->Optional) {
143 return true;
144 }
145 if (this->GenericArguments) {
146 return this->GenericArguments->GetOptional();
147 }
148 return false;
149}
150
151bool cmInstallCommandArguments::GetExcludeFromAll() const
152{

Callers 6

HandleTargetsModeFunction · 0.45
DumpInstallerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected