diff options
author | Justin Goshi <jgoshi@microsoft.com> | 2020-06-18 22:43:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-06-26 12:52:29 (GMT) |
commit | 7d6861f367673b57bf45e14863f1104e8e28eafa (patch) | |
tree | d2964ea1261d13ca3a308a941623ccaa182eab8b /Source/cmFileAPI.cxx | |
parent | ba835874a43599bcc5ee2f8321662eb34fb341aa (diff) | |
download | CMake-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.cxx | 2 |
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) |