From bc36b39f369064ed541684a3ae444cee176b91b4 Mon Sep 17 00:00:00 2001 From: Connor Imes Date: Sat, 26 Feb 2022 15:17:46 -0500 Subject: RELEASES: document package config helper variable change --- RELEASES.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3