mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 09:50:35 -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