commit | 20e2318b9fe9613308b53321ac7f9d6ef481144e | [log] [tgz] |
---|---|---|
author | Attie Grande <attie.grande@argentum-systems.co.uk> | Tue Jan 16 17:24:54 2024 +0000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jan 22 09:48:33 2024 +0000 |
tree | 744590d5f9cf393a259715233b83c549fbf5f1c1 | |
parent | 902751a19e34817725b056c401ee28b343a22c52 [diff] |
cmake: hex: deprecate use of to_hex() and from_hex() utility functions Since v3.13, CMake has supported math(... OUTPUT_FORMAT <format>) and 0x prefixes on numbers, which together provides the same functionality as to_hex() and from_hex() that we've previously maintained. Users should switch to using math() instead, and our functions are now marked as deprecated. Signed-off-by: Attie Grande <attie.grande@argentum-systems.co.uk>