summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio14Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-08 17:31:31 (GMT)
committerBrad King <brad.king@kitware.com>2023-08-10 13:33:20 (GMT)
commitbba1a23da9d64c4ef8d68d22af7b5c93727b66a7 (patch)
treed97cb536680eb40bf93998fe082ee7dd717fc0a2 /Source/cmGlobalVisualStudio14Generator.h
parent209973e510be9555268eb7b5722a56be60661130 (diff)
downloadCMake-bba1a23da9d64c4ef8d68d22af7b5c93727b66a7.zip
CMake-bba1a23da9d64c4ef8d68d22af7b5c93727b66a7.tar.gz
CMake-bba1a23da9d64c4ef8d68d22af7b5c93727b66a7.tar.bz2
VS: Consolidate Windows SDK major version selection dispatch
Make logic choosing between Windows 10 SDKs and the Windows 8.1 SDK easier to follow by consolidating it in the VS 14 generator. The only information we need from VS 15+ generators is whether the 8.1 SDK is installed.
Diffstat (limited to 'Source/cmGlobalVisualStudio14Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio14Generator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio14Generator.h b/Source/cmGlobalVisualStudio14Generator.h
index f59a323..d8a5230 100644
--- a/Source/cmGlobalVisualStudio14Generator.h
+++ b/Source/cmGlobalVisualStudio14Generator.h
@@ -40,6 +40,8 @@ protected:
// of the toolset is installed
bool IsWindowsStoreToolsetInstalled() const;
+ virtual bool IsWin81SDKInstalled() const;
+
bool InitializePlatformWindows(cmMakefile* mf) override;
bool VerifyNoGeneratorPlatformVersion(
cmMakefile* mf,