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

Function cmFindPackage

Source/cmFindPackageCommand.cxx:3583–3587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3581// TODO: Debug cmsys::Glob double slash problem.
3582
3583bool cmFindPackage(std::vector<std::string> const& args,
3584 cmExecutionStatus& status)
3585{
3586 return cmFindPackageCommand(status).InitialPass(args);
3587}
3588
3589cmFindPackageDebugState::cmFindPackageDebugState(
3590 cmFindPackageCommand const* findPackage)

Callers

nothing calls this directly

Calls 2

InitialPassMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…