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

Method FindFrameworkConfig

Source/cmFindPackageCommand.cxx:2014–2021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2012}
2013
2014bool cmFindPackageCommand::FindFrameworkConfig()
2015{
2016 std::vector<std::string> const& prefixes = this->SearchPaths;
2017 return std::any_of(prefixes.begin(), prefixes.end(),
2018 [this](std::string const& p) -> bool {
2019 return this->SearchFrameworkPrefix(p);
2020 });
2021}
2022
2023bool cmFindPackageCommand::FindAppBundleConfig()
2024{

Callers 1

FindConfigMethod · 0.95

Calls 3

SearchFrameworkPrefixMethod · 0.95
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected