mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
2254b72061
In some environments the linker produces warnings like
warning: directory not found for option
warning: object file compiled with -mlong-branch ...
These do not affect the availability of C++ features we're checking,
so filter them out.
Fixes: #17850, #17947