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

Method CheckDirectory

Source/cmFindLibraryCommand.cxx:438–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438bool cmFindLibraryHelper::CheckDirectory(std::string const& path)
439{
440 for (Name& i : this->Names) {
441 if (this->CheckDirectoryForName(path, i)) {
442 return true;
443 }
444 }
445 return false;
446}
447
448bool cmFindLibraryHelper::CheckDirectoryForName(std::string const& path,
449 Name& name)

Calls 1

CheckDirectoryForNameMethod · 0.95

Tested by

no test coverage detected