From: Yann Collet Date: Fri, 10 Nov 2017 17:39:11 +0000 (-0800) Subject: cmake: fixed lib/CMakeLists.txt X-Git-Tag: v1.3.3^2~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c0f4574cfef1d5d5f35fc7277ee353793956ab;p=thirdparty%2Fzstd.git cmake: fixed lib/CMakeLists.txt changed file name from zstd_compress.h to zstd_compress_internal.h --- diff --git a/build/cmake/lib/CMakeLists.txt b/build/cmake/lib/CMakeLists.txt index f5d2eff92..fd20bdb87 100644 --- a/build/cmake/lib/CMakeLists.txt +++ b/build/cmake/lib/CMakeLists.txt @@ -63,7 +63,7 @@ SET(Headers ${LIBRARY_DIR}/common/huf.h ${LIBRARY_DIR}/common/mem.h ${LIBRARY_DIR}/common/zstd_internal.h - ${LIBRARY_DIR}/compress/zstd_compress.h + ${LIBRARY_DIR}/compress/zstd_compress_internal.h ${LIBRARY_DIR}/compress/zstd_fast.h ${LIBRARY_DIR}/compress/zstd_double_fast.h ${LIBRARY_DIR}/compress/zstd_lazy.h