Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
void cmFindLibraryHelper::SetName(std::string const& name)
433
{
434
this->Names.clear();
435
this->AddName(name);
436
}
437
438
bool cmFindLibraryHelper::CheckDirectory(std::string const& path)
439
{
Callers
1
FindNormalLibraryDirsPerName
Method · 0.45
Calls
2
AddName
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected