aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Imes <connor.k.imes@gmail.com>2022-02-26 15:17:46 -0500
committerConnor Imes <connor.k.imes@gmail.com>2022-02-26 15:17:46 -0500
commitbc36b39f369064ed541684a3ae444cee176b91b4 (patch)
treee41b961d69d43f69c8ed55dd3a18f641dad834cc
parentdfefcf02e08a653bd547c367225b23a209952bf4 (diff)
RELEASES: document package config helper variable change
-rw-r--r--RELEASES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 4e24b10..cedf7a5 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -6,6 +6,11 @@
* powercap-info: control type name no longer required - will print info for all control types if not set
+### Changed
+
+* Powercap CMake package config helper now uses package-specific name for global components variable.
+See [CMake Issue #23112] and [CMake Merge Request #6975] for reasoning and technical details.
+
## [v0.5.0] - 2021-12-09
@@ -155,3 +160,5 @@
[#6]: https://github.com/powercap/powercap/issues/6
[#4]: https://github.com/powercap/powercap/issues/4
[#1]: https://github.com/powercap/powercap/issues/1
+[CMake Issue #23112]: https://gitlab.kitware.com/cmake/cmake/-/issues/23112
+[CMake Merge Request #6975]: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6975