Skip to content

Need some way to specify LZ4 include/lib directory #403

@espresso3389

Description

@espresso3389

The CMakeList.txt on the project root has such lines:

find_package(PkgConfig REQUIRED)
pkg_check_modules(LZ4 REQUIRED liblz4)

But I think it would be better if we can freely specify LZ4 include/lib directories in cmake command line like other libraries.

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