mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-16 23:41:15 -05:00
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