From af136b1dde2b9ed04575093b87e96275fa13f799 Mon Sep 17 00:00:00 2001 From: CoolStar Date: Thu, 10 May 2018 17:13:03 -0700 Subject: Forcibly remove LZ4 --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d25b62134..11a30679e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,11 +102,6 @@ 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