[cmake-developers] [PATCH] Tests: Use a less strict regular expression to look for "SONAME".

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Sep 1 09:30:26 EDT 2015


Brad King <brad.king at kitware.com> writes:

> The same regex appears in
>
>  Tests/Plugin/check_mod_soname.cmake
>
> and has for years.  I think that one should be updated too, but I
> wonder why this problem has not been revealed in that test before.

That's because that script is asserting that the regular expression does
_not_ match, which is always the case when GNU binutils is not used.

I'll send another version of the patch fixing this one as well.



More information about the cmake-developers mailing list