mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
80ebc55a7c
When using `<LANG>_CLANG_TIDY` our internal launcher for the tool must capture its return code and stderr and report them on failure. Otherwise incorrect command lines silently fail. Closes: #16435
7 lines
227 B
ReStructuredText
7 lines
227 B
ReStructuredText
capture-clang-tidy-errors
|
|
-------------------------
|
|
|
|
* If a command specified by the :prop_tgt:`<LANG>_CLANG_TIDY` target property
|
|
returns non-zero at build time this is now treated as an error instead of
|
|
silently ignored.
|