commit | 8e8c6cd92bf5a7137cf05fe98c58c86dd45fa887 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Fri Jun 12 12:16:00 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 12 17:10:36 2020 +0200 |
tree | b0f11221dd845271fb10d321ddce466b8dea190b | |
parent | a0c92029063b505599e1863643012c1b916d6edb [diff] |
cmake: improved DTC detection handling Fixes: #26096 In some cases DTC may be installed, but in a non-working state. In such cases, CMake will abort processing with an cryptic error. This commit now handles dtc version errors and print a warning., and CMake processing continues. dtc is an optional component and failures should not break CMake run. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>