diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-03 20:32:39 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-08 15:07:10 (GMT) |
commit | b3e9fb67bba54fec31590600bc54ef75e03f6035 (patch) | |
tree | 02b5be012e1e4a676a117c9ebe68621583b020c4 /Source/cmFileAPI.cxx | |
parent | 3aa6d79a50ca790c4984a956b26191dbe981f741 (diff) | |
download | CMake-b3e9fb67bba54fec31590600bc54ef75e03f6035.zip CMake-b3e9fb67bba54fec31590600bc54ef75e03f6035.tar.gz CMake-b3e9fb67bba54fec31590600bc54ef75e03f6035.tar.bz2 |
file-api: support exporting file set information
This includes listing the filesets themselves as well as which file set
(if any) each source file is associated with.
Fixes: #24128
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 7f8374d..3fc2179 100644 --- a/Source/cmFileAPI.cxx +++ b/Source/cmFileAPI.cxx @@ -687,7 +687,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 = 4; +static unsigned int const CodeModelV2Minor = 5; void cmFileAPI::BuildClientRequestCodeModel( ClientRequest& r, std::vector<RequestVersion> const& versions) |