| commit | 69d2c0f19e25fa709d4a9399d2a7290629ec332e | [log] [tgz] |
|---|---|---|
| author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Thu Sep 12 13:06:54 2024 +0200 |
| committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Sep 16 20:18:17 2024 +0200 |
| tree | 1f1f12359ca5028ef1b905a718e023b82dd77a10 | |
| parent | 14a72b5158fdf71b0f8e885b19a6b7d6aa84990e [diff] |
cmake: add toolchain_ld_<name> macros to FindDeprecated Follow-up: #77887 The macros: - toolchain_ld_base - toolchain_ld_baremetal - toolchain_ld_cpp was deprecated in 5db1f1ae8f17a5f351e73fcc4aa45d52b2919505 but no check was added to FindDeprecated.cmake, meaning toolchains still providing those macros was not getting a proper deprecation warning. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>