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