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

Method SetName

Source/cmFindLibraryCommand.cxx:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void cmFindLibraryHelper::SetName(std::string const& name)
433{
434 this->Names.clear();
435 this->AddName(name);
436}
437
438bool cmFindLibraryHelper::CheckDirectory(std::string const& path)
439{

Callers 1

Calls 2

AddNameMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected