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

Method FillUserGuessPath

Source/cmFindBase.cxx:474–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void cmFindBase::FillUserGuessPath()
475{
476 cmSearchPath& paths = this->LabeledPaths[PathLabel::Guess];
477
478 for (std::string const& p : this->UserGuessArgs) {
479 paths.AddUserPath(p);
480 }
481 paths.AddSuffixes(this->SearchPathSuffixes);
482}
483
484cmFindBase::FindState cmFindBase::GetInitialState()
485{

Callers 1

ExpandPathsMethod · 0.95

Calls 2

AddUserPathMethod · 0.80
AddSuffixesMethod · 0.80

Tested by

no test coverage detected