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

Method GetVCToolsetVersion

Source/cmVSSetupHelper.cxx:279–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279bool cmVSSetupAPIHelper::GetVCToolsetVersion(std::string& vsToolsetVersion)
280{
281 vsToolsetVersion.clear();
282 bool isInstalled = this->EnumerateAndChooseVSInstance();
283
284 if (isInstalled) {
285 vsToolsetVersion = chosenInstanceInfo.VCToolsetVersion;
286 }
287
288 return isInstalled && !vsToolsetVersion.empty();
289}
290
291bool cmVSSetupAPIHelper::IsEWDKEnabled()
292{

Callers 1

FindAuxToolsetMethod · 0.80

Calls 3

clearMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected