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

Method FillUserHintsPath

Source/cmFindBase.cxx:464–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void cmFindBase::FillUserHintsPath()
465{
466 cmSearchPath& paths = this->LabeledPaths[PathLabel::Hints];
467
468 for (std::string const& p : this->UserHintsArgs) {
469 paths.AddUserPath(p);
470 }
471 paths.AddSuffixes(this->SearchPathSuffixes);
472}
473
474void cmFindBase::FillUserGuessPath()
475{

Callers 1

ExpandPathsMethod · 0.95

Calls 2

AddUserPathMethod · 0.80
AddSuffixesMethod · 0.80

Tested by

no test coverage detected