mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user