mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
fileapi: Extend codemodel targets with language standard
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user