| 952 | } |
| 953 | |
| 954 | bool HandleTouchNocreateCommand(std::vector<std::string> const& args, |
| 955 | cmExecutionStatus& status) |
| 956 | { |
| 957 | return HandleTouchImpl(args, false, status); |
| 958 | } |
| 959 | |
| 960 | bool HandleDifferentCommand(std::vector<std::string> const& args, |
| 961 | cmExecutionStatus& status) |
nothing calls this directly
no test coverage detected
searching dependent graphs…