mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
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