mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 01:01:12 +00:00
CPS: Fix export version
Commit a5b38fb898 (CPS: Implement exporting of file sets, 2026-06-29)
added support for exporting file sets, but neglected to bump the CPS
version to the schema version that added file sets. While it happens
that this is somewhat fortuitous, since prior to the previous commit,
this would have resulted in writing CPS files that we couldn't read, it
still needs to be fixed.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "cmTarget.h"
|
||||
#include "cmTargetTypes.h"
|
||||
|
||||
static std::string const kCPS_VERSION_STR = "0.14.1";
|
||||
static std::string const kCPS_VERSION_STR = "0.15.0";
|
||||
|
||||
cmExportPackageInfoGenerator::cmExportPackageInfoGenerator(
|
||||
cmPackageInfoArguments arguments)
|
||||
|
||||
Reference in New Issue
Block a user