fileapi: Add cross-compiling emulator to codemodel-v2

Fixes: #25408
This commit is contained in:
Ralf Habacker
2023-11-11 15:35:21 +01:00
committed by Brad King
parent 2d0b7798db
commit 80a64c9ce5
15 changed files with 369 additions and 6 deletions

View File

@@ -727,7 +727,7 @@ std::string cmFileAPI::NoSupportedVersion(
// The "codemodel" object kind.
// Update Help/manual/cmake-file-api.7.rst when updating this constant.
static unsigned int const CodeModelV2Minor = 6;
static unsigned int const CodeModelV2Minor = 7;
void cmFileAPI::BuildClientRequestCodeModel(
ClientRequest& r, std::vector<RequestVersion> const& versions)