commit | a5cd3947581046cf3edeaaf0c457ed4c42c35b2d | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Wed Sep 07 09:54:39 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Sep 07 15:38:36 2022 +0200 |
tree | 9aa1c5f28f9afc8fd4f06636b876040d4b91a0d3 | |
parent | 7ef9c4b20ed5f6b56a32dc16ffa942dcbdb1a8ff [diff] |
cmake: improve warning deprecation message The current deprecation warning could give the impression that CROSS_COMPILE is deprecated, which is not the case. Instead it is the behavior of defaulting to `cross-compile` when setting CROSS_COMPILE in environment without setting ZEPHYR_TOOLCHAIN_VARIANT that is deprecated. Not the use of `CROSS_COMPILE` setting itself. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>