| 1680 | } |
| 1681 | |
| 1682 | bool HandleCMakePathCommand(std::vector<std::string> const& args, |
| 1683 | cmExecutionStatus& status) |
| 1684 | { |
| 1685 | return HandlePathCommand(args, ToCMakePath, status); |
| 1686 | } |
| 1687 | |
| 1688 | bool HandleNativePathCommand(std::vector<std::string> const& args, |
| 1689 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…