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

Method FindPrefixedConfig

Source/cmFindPackageCommand.cxx:2006–2012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2004}
2005
2006bool cmFindPackageCommand::FindPrefixedConfig()
2007{
2008 std::vector<std::string> const& prefixes = this->SearchPaths;
2009 return std::any_of(
2010 prefixes.begin(), prefixes.end(),
2011 [this](std::string const& p) -> bool { return this->SearchPrefix(p); });
2012}
2013
2014bool cmFindPackageCommand::FindFrameworkConfig()
2015{

Callers 1

FindConfigMethod · 0.95

Calls 3

SearchPrefixMethod · 0.95
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected