summaryrefslogtreecommitdiffstats
path: root/Source/cmFileAPI.cxx
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2020-06-18 22:43:08 (GMT)
committerBrad King <brad.king@kitware.com>2020-06-26 12:52:29 (GMT)
commit7d6861f367673b57bf45e14863f1104e8e28eafa (patch)
treed2964ea1261d13ca3a308a941623ccaa182eab8b /Source/cmFileAPI.cxx
parentba835874a43599bcc5ee2f8321662eb34fb341aa (diff)
downloadCMake-7d6861f367673b57bf45e14863f1104e8e28eafa.zip
CMake-7d6861f367673b57bf45e14863f1104e8e28eafa.tar.gz
CMake-7d6861f367673b57bf45e14863f1104e8e28eafa.tar.bz2
fileapi: Extend codemodel targets with language standard
Diffstat (limited to 'Source/cmFileAPI.cxx')
-rw-r--r--Source/cmFileAPI.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFileAPI.cxx b/Source/cmFileAPI.cxx
index 594969b..c2ab2f1 100644
--- a/Source/cmFileAPI.cxx
+++ b/Source/cmFileAPI.cxx
@@ -665,7 +665,7 @@ std::string cmFileAPI::NoSupportedVersion(
// The "codemodel" object kind.
-static unsigned int const CodeModelV2Minor = 1;
+static unsigned int const CodeModelV2Minor = 2;
void cmFileAPI::BuildClientRequestCodeModel(
ClientRequest& r, std::vector<RequestVersion> const& versions)