fileapi: Extend codemodel targets with language standard

This commit is contained in:
Justin Goshi
2020-06-18 15:43:08 -07:00
committed by Brad King
parent ba835874a4
commit 7d6861f367
13 changed files with 360 additions and 3 deletions

View File

@@ -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)