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

Method FindAppBundleConfig

Source/cmFindPackageCommand.cxx:2023–2030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2021}
2022
2023bool cmFindPackageCommand::FindAppBundleConfig()
2024{
2025 std::vector<std::string> const& prefixes = this->SearchPaths;
2026 return std::any_of(prefixes.begin(), prefixes.end(),
2027 [this](std::string const& p) -> bool {
2028 return this->SearchAppBundlePrefix(p);
2029 });
2030}
2031
2032bool cmFindPackageCommand::FindEnvironmentConfig()
2033{

Callers 1

FindConfigMethod · 0.95

Calls 3

SearchAppBundlePrefixMethod · 0.95
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected