summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudioVersionedGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-10-26 15:22:41 -0400
committerBrad King <brad.king@kitware.com>2021-10-29 11:52:58 -0400
commitec8d37b3b1ca10535e219b37cf4889d59b1dfedb (patch)
tree34b6c70c6de5805b9d0ae51d3966e7d1195799f1 /Source/cmGlobalVisualStudioVersionedGenerator.h
parent8e6d930e8c3fb951e3c4388cc6a9a96dedcb412b (diff)
downloadcmake-ec8d37b3b1ca10535e219b37cf4889d59b1dfedb.tar.gz
VS: Support version specification in CMAKE_GENERATOR_INSTANCE
Diffstat (limited to 'Source/cmGlobalVisualStudioVersionedGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioVersionedGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioVersionedGenerator.h b/Source/cmGlobalVisualStudioVersionedGenerator.h
index a19e506ef6..54c38d93ce 100644
--- a/Source/cmGlobalVisualStudioVersionedGenerator.h
+++ b/Source/cmGlobalVisualStudioVersionedGenerator.h
@@ -83,5 +83,6 @@ private:
bool ParseGeneratorInstance(std::string const& is, cmMakefile* mf);
std::string GeneratorInstance;
+ std::string GeneratorInstanceVersion;
cm::optional<std::string> LastGeneratorInstanceString;
};