install: Update CPS export version

Bump the version of CPS we claim to generate from 0.12.0 to 0.13.0,
which is the version we require for import.

The change between 0.12 and 0.13 is the addition of the `prefix`
attribute, and that one of `cps_path` or `prefix` is required. Since our
current implementation always supplies `cps_path`, no other changes are
needed to conform to the new schema version.
This commit is contained in:
Matthew Woehlke
2024-12-18 13:19:52 -05:00
parent abb3d39bbc
commit a2c7854e18

View File

@@ -26,7 +26,7 @@
#include "cmTarget.h"
#include "cmValue.h"
static const std::string kCPS_VERSION_STR = "0.12.0";
static const std::string kCPS_VERSION_STR = "0.13.0";
cmExportPackageInfoGenerator::cmExportPackageInfoGenerator(
std::string packageName, std::string version, std::string versionCompat,