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

Method FindPackageUsingModuleMode

Source/cmFindPackageCommand.cxx:1351–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349}
1350
1351bool cmFindPackageCommand::FindPackageUsingModuleMode()
1352{
1353 bool foundModule = false;
1354 if (!this->FindModule(foundModule)) {
1355 return false;
1356 }
1357 return foundModule;
1358}
1359
1360bool cmFindPackageCommand::FindPackageUsingConfigMode()
1361{

Callers 1

FindPackageMethod · 0.95

Calls 1

FindModuleMethod · 0.95

Tested by

no test coverage detected