Skip to content

Use pcre2 instead of pcre #291

@bkmgit

Description

@bkmgit

pcre is used indirectly by glib-2.0 https://github.com/labapart/gattlib/blob/master/CrossCompilation.cmake#L73 and no functions from it are called from the code directly, in particular it is only explicitly linked in the example and test codes. Current versions of glib-2.0 use pcre2, so this should be used instead. If there are platforms where only pcre is available, an option should be added to link to that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions