Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 20.04 CMakeList.txt: link LZ4 via FindPkg #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Chrisa142857
Copy link

If the dependency LZ4 was installed via apt install liblz4-dev or apt-get install liblz4-dev in Ubuntu, then CMake won't be able to find LZ4 configuration since the liblz4-dev package doesn't provide any cmake configuration files. You'll need to use pkg-config instead. CMakeList.txt is changed in accord. Ubuntu 20.04 LTS has been tested and passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant