From ae6563ff4565ed4771dfc5d96303daa9842b4051 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Thu, 26 Dec 2019 14:38:32 -1000 Subject: Revert "Forcibly remove LZ4" This reverts commit 3737e81f34cb6f9c8c265a01976ef37f95dcb4e1. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index beb259a6b..e55a4a067 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,11 @@ if (LZMA_FOUND) endif() +find_package(LZ4 REQUIRED) +if (LZ4_FOUND) + set(HAVE_LZ4 1) +endif() + find_package(Zstd) if (ZSTD_FOUND) set(HAVE_ZSTD 1) -- cgit v1.2.3