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

Function HandleCMakePathCommand

Source/cmFileCommand.cxx:1682–1686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680}
1681
1682bool HandleCMakePathCommand(std::vector<std::string> const& args,
1683 cmExecutionStatus& status)
1684{
1685 return HandlePathCommand(args, ToCMakePath, status);
1686}
1687
1688bool HandleNativePathCommand(std::vector<std::string> const& args,
1689 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 1

HandlePathCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…