From 5ea4dc48415e5de6f0463913789fbb6d2f2b5c69 Mon Sep 17 00:00:00 2001 From: Xiao-Long Chen Date: Sun, 14 Sep 2014 02:34:13 -0400 Subject: [PATCH] Remove xxhash.h from CMakeLists.txt Already done in Makefile.am in commit 20d545194b222ea6d1a0e497f16f889e1588d394 --- libarchive/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/libarchive/CMakeLists.txt b/libarchive/CMakeLists.txt index 8e5dc545b..d0d59e5b1 100644 --- a/libarchive/CMakeLists.txt +++ b/libarchive/CMakeLists.txt @@ -143,7 +143,6 @@ SET(libarchive_SOURCES filter_fork_posix.c filter_fork.h xxhash.c - xxhash.h ) # Man pages -- 2.47.2