| 728 | } |
| 729 | |
| 730 | bool cmGlobalVisualStudioVersionedGenerator::GetVSInstance( |
| 731 | std::string& dir) const |
| 732 | { |
| 733 | return vsSetupAPIHelper.GetVSInstanceInfo(dir); |
| 734 | } |
| 735 | |
| 736 | cm::optional<std::string> |
| 737 | cmGlobalVisualStudioVersionedGenerator::GetVSInstanceVersion() const |
no test coverage detected