mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 23:18:38 -06: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