[CMake] GetPrequisites ldd regex incorrect (with fix)

David Cole david.cole at kitware.com
Fri Oct 24 09:49:49 EDT 2008


Ah ha. Thanks for that. I will commit this today to CVS HEAD...

David



On Fri, Oct 24, 2008 at 9:19 AM, Mike Arthur <mike at mikearthur.co.uk> wrote:

> in get_prerequisites:
>
> set(gp_regex "^\t([\t ]+)[\t ].*${eol_char}$")
>
> which is missing a '^' before the second \t so should be:
>
> set(gp_regex "^\t([^\t ]+)[\t ].*${eol_char}$")
>
> Without this fix, the ldd output will never match filenames. Should I file
> a bug
> on the bugtracker for this too?
> --
> Cheers,
> Mike Arthur
> http://mikearthur.co.uk/
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081024/6c00e3a4/attachment.htm>


More information about the CMake mailing list