summaryrefslogtreecommitdiffstats
path: root/Source/cmVSSetupHelper.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2020-06-02 19:46:07 (GMT)
committerBrad King <brad.king@kitware.com>2020-06-03 12:58:29 (GMT)
commit8a7ad923a89030e63e60fb333169abd258732615 (patch)
treeb8c62fad79ab772ab0715aef561abcf18ac8799e /Source/cmVSSetupHelper.h
parent35a192788f3a32c56fb5f9b66e097d698e4d03da (diff)
downloadCMake-8a7ad923a89030e63e60fb333169abd258732615.zip
CMake-8a7ad923a89030e63e60fb333169abd258732615.tar.gz
CMake-8a7ad923a89030e63e60fb333169abd258732615.tar.bz2
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 a2fd3d5..a926eee 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();