diff options
author | Brad King <brad.king@kitware.com> | 2019-02-19 14:22:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-02-19 14:31:50 (GMT) |
commit | 35bf9ded3b116209ca864eff2da481c22117e17d (patch) | |
tree | 005c58856dde75722fbb6bfa503732ec8f461d13 /Source/cmGlobalVisualStudio14Generator.h | |
parent | e6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa (diff) | |
download | CMake-35bf9ded3b116209ca864eff2da481c22117e17d.zip CMake-35bf9ded3b116209ca864eff2da481c22117e17d.tar.gz CMake-35bf9ded3b116209ca864eff2da481c22117e17d.tar.bz2 |
VS: Factor out a method to set the Windows SDK version internally
Diffstat (limited to 'Source/cmGlobalVisualStudio14Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio14Generator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio14Generator.h b/Source/cmGlobalVisualStudio14Generator.h index 32008b0..6e12d3e 100644 --- a/Source/cmGlobalVisualStudio14Generator.h +++ b/Source/cmGlobalVisualStudio14Generator.h @@ -40,6 +40,9 @@ protected: virtual bool SelectWindows10SDK(cmMakefile* mf, bool required); + void SetWindowsTargetPlatformVersion(std::string const& version, + cmMakefile* mf); + // Used to verify that the Desktop toolset for the current generator is // installed on the machine. bool IsWindowsDesktopToolsetInstalled() const override; |