summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio14Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-01-21 18:06:30 (GMT)
committerBrad King <brad.king@kitware.com>2016-01-21 18:06:30 (GMT)
commit7b8bec7a944acbebb71adf6ef1d6a561a3444076 (patch)
treea7474fe6a6326faf28990204166fb94839a81465 /Source/cmGlobalVisualStudio14Generator.h
parent6506dcaa20a7d17737517dbcba6102be564d8d66 (diff)
parentd7e863c1c1f4962f589e53b42a87a66cf5ab00b7 (diff)
downloadCMake-7b8bec7a944acbebb71adf6ef1d6a561a3444076.zip
CMake-7b8bec7a944acbebb71adf6ef1d6a561a3444076.tar.gz
CMake-7b8bec7a944acbebb71adf6ef1d6a561a3444076.tar.bz2
Merge branch 'vs-win10-sdk' into release
Diffstat (limited to 'Source/cmGlobalVisualStudio14Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio14Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio14Generator.h b/Source/cmGlobalVisualStudio14Generator.h
index 76c15d9..57e6284 100644
--- a/Source/cmGlobalVisualStudio14Generator.h
+++ b/Source/cmGlobalVisualStudio14Generator.h
@@ -39,7 +39,7 @@ protected:
bool IsWindowsStoreToolsetInstalled() const;
virtual const char* GetIDEVersion() { return "14.0"; }
- virtual bool SelectWindows10SDK(cmMakefile* mf);
+ virtual bool SelectWindows10SDK(cmMakefile* mf, bool required);
// Used to verify that the Desktop toolset for the current generator is
// installed on the machine.