diff options
author | Brad King <brad.king@kitware.com> | 2023-03-31 22:41:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-04-05 16:06:21 (GMT) |
commit | 8499374c6a7114d83a8768edd611caf02d9941a1 (patch) | |
tree | 2b2a54d116f53d04f92a07f001b4dc37569a4408 /Source/cmGlobalVisualStudio14Generator.h | |
parent | 1c8d4b4bf186356b82addbac56c14426a7833316 (diff) | |
download | CMake-8499374c6a7114d83a8768edd611caf02d9941a1.zip CMake-8499374c6a7114d83a8768edd611caf02d9941a1.tar.gz CMake-8499374c6a7114d83a8768edd611caf02d9941a1.tar.bz2 |
VS: Simplify logic to require SDK for Windows Store
Revise logic added by commit d7e863c1c1 (VS: Do not fail on Windows 10
with VS 2015 if no SDK is available, 2016-01-21, v3.4.3~1^2) to make the
requirement decision locally and simplify signatures.
Diffstat (limited to 'Source/cmGlobalVisualStudio14Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio14Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio14Generator.h b/Source/cmGlobalVisualStudio14Generator.h index 7fb9b4b..30e8b18 100644 --- a/Source/cmGlobalVisualStudio14Generator.h +++ b/Source/cmGlobalVisualStudio14Generator.h @@ -47,7 +47,7 @@ protected: // version of the toolset. virtual std::string GetWindows10SDKMaxVersionDefault(cmMakefile* mf) const; - virtual bool SelectWindows10SDK(cmMakefile* mf, bool required); + virtual bool SelectWindows10SDK(cmMakefile* mf); void SetWindowsTargetPlatformVersion(std::string const& version, cmMakefile* mf); |