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

Method Validate

Source/cmFindLibraryCommand.cxx:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 bool CheckDirectoryForName(std::string const& path, Name& name);
251
252 bool Validate(std::string const& path) const
253 {
254 return this->FindBase->Validate(path);
255 }
256
257 cmFindCommonDebugState* DebugState;
258

Calls

no outgoing calls

Tested by

no test coverage detected