| 650 | } |
| 651 | |
| 652 | std::vector<std::pair<cmFindCommonDebugState::VariableSource, std::string>> |
| 653 | cmFindCommonDebugState::ExtraSearchVariables() const |
| 654 | { |
| 655 | return {}; |
| 656 | } |
| 657 | #endif |
| 658 | |
| 659 | bool cmFindCommonDebugState::TrackSearchProgress() const |
no outgoing calls
no test coverage detected