Skip to content

VS: Fix detection of VS 2017 installation with WindowsStore

Brad King requested to merge brad.king/cmake:vs15-detect-from-installer into master

Fix logic in cmVSSetupAPIHelper::IsVS2017Installed to work correctly on repeat calls. While at it, simplify logic in cmVSSetupHelper to avoid duplicate conditions.

Closes: #16549 (closed)

Merge request reports