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

Function HandleAbsolutePathCommand

Source/cmCMakePathCommand.cxx:544–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544bool HandleAbsolutePathCommand(std::vector<std::string> const& args,
545 cmExecutionStatus& status)
546{
547 return HandleTransformPathCommand(
548 args, status,
549 [](cmCMakePath const& path, std::string const& base) -> cmCMakePath {
550 return path.Absolute(base);
551 },
552 true);
553}
554
555bool HandleNativePathCommand(std::vector<std::string> const& args,
556 cmExecutionStatus& status)

Callers

nothing calls this directly

Calls 2

AbsoluteMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…