| 734 | } |
| 735 | |
| 736 | cm::optional<std::string> |
| 737 | cmGlobalVisualStudioVersionedGenerator::GetVSInstanceVersion() const |
| 738 | { |
| 739 | cm::optional<std::string> result; |
| 740 | std::string vsInstanceVersion; |
| 741 | if (vsSetupAPIHelper.GetVSInstanceVersion(vsInstanceVersion)) { |
| 742 | result = vsInstanceVersion; |
| 743 | } |
| 744 | return result; |
| 745 | } |
| 746 | |
| 747 | bool cmGlobalVisualStudioVersionedGenerator::IsStdOutEncodingSupported() const |
| 748 | { |
no outgoing calls
no test coverage detected