MCPcopy Create free account
hub / github.com/Kitware/CMake / GetVSInstanceVersion

Method GetVSInstanceVersion

Source/cmGlobalVisualStudioVersionedGenerator.cxx:736–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736cm::optional<std::string>
737cmGlobalVisualStudioVersionedGenerator::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
747bool cmGlobalVisualStudioVersionedGenerator::IsStdOutEncodingSupported() const
748{

Callers 4

SetVSVersionVarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected