| 641 | } |
| 642 | |
| 643 | bool cmFindLibrary(std::vector<std::string> const& args, |
| 644 | cmExecutionStatus& status) |
| 645 | { |
| 646 | return cmFindLibraryCommand(status).InitialPass(args); |
| 647 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…