summaryrefslogtreecommitdiff
path: root/Source/cmVSSetupHelper.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2020-06-02 12:46:07 -0700
committerBrad King <brad.king@kitware.com>2020-06-03 08:58:29 -0400
commit8a7ad923a89030e63e60fb333169abd258732615 (patch)
treeb8c62fad79ab772ab0715aef561abcf18ac8799e /Source/cmVSSetupHelper.h
parent35a192788f3a32c56fb5f9b66e097d698e4d03da (diff)
downloadcmake-8a7ad923a89030e63e60fb333169abd258732615.tar.gz
VS: Extract instance version from VS Installer
Diffstat (limited to 'Source/cmVSSetupHelper.h')
-rw-r--r--Source/cmVSSetupHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVSSetupHelper.h b/Source/cmVSSetupHelper.h
index a2fd3d5548..a926eee924 100644
--- a/Source/cmVSSetupHelper.h
+++ b/Source/cmVSSetupHelper.h
@@ -106,6 +106,7 @@ public:
bool IsVSInstalled();
bool GetVSInstanceInfo(std::string& vsInstallLocation);
+ bool GetVSInstanceVersion(unsigned long long& vsInstanceVersion);
bool GetVCToolsetVersion(std::string& vsToolsetVersion);
bool IsWin10SDKInstalled();
bool IsWin81SDKInstalled();