From af136b1dde2b9ed04575093b87e96275fa13f799 Mon Sep 17 00:00:00 2001 From: CoolStar Date: Thu, 10 May 2018 17:13:03 -0700 Subject: Forcibly remove LZ4 --- apt-pkg/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'apt-pkg/CMakeLists.txt') diff --git a/apt-pkg/CMakeLists.txt b/apt-pkg/CMakeLists.txt index ac04c6849..b0f495a19 100644 --- a/apt-pkg/CMakeLists.txt +++ b/apt-pkg/CMakeLists.txt @@ -43,7 +43,6 @@ target_include_directories(apt-pkg PRIVATE ${ZLIB_INCLUDE_DIRS} ${BZIP2_INCLUDE_DIR} ${LZMA_INCLUDE_DIRS} - ${LZ4_INCLUDE_DIRS} $<$:${ZSTD_INCLUDE_DIRS}> $<$:${UDEV_INCLUDE_DIRS}> ${ICONV_INCLUDE_DIRS} @@ -55,7 +54,6 @@ target_link_libraries(apt-pkg ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES} ${LZMA_LIBRARIES} - ${LZ4_LIBRARIES} $<$:${ZSTD_LIBRARIES}> $<$:${UDEV_LIBRARIES}> ${ICONV_LIBRARIES} -- cgit v1.2.3