| 946 | } |
| 947 | |
| 948 | bool HandleTouchCommand(std::vector<std::string> const& args, |
| 949 | cmExecutionStatus& status) |
| 950 | { |
| 951 | return HandleTouchImpl(args, true, status); |
| 952 | } |
| 953 | |
| 954 | bool HandleTouchNocreateCommand(std::vector<std::string> const& args, |
| 955 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…