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

Method IsWin10SDKInstalled

Source/cmVSSetupHelper.cxx:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool cmVSSetupAPIHelper::IsWin10SDKInstalled()
131{
132 return (this->EnumerateAndChooseVSInstance() &&
133 chosenInstanceInfo.IsWin10SDKInstalled);
134}
135
136bool cmVSSetupAPIHelper::IsWin81SDKInstalled()
137{

Callers 1

Calls 1

Tested by

no test coverage detected