[lz4]Fix conflict file xxhash.h (#6735)

* [lz4]Fix conflict file xxhash.h

* [lz4]Use xxhash dependency to install xxhash.h
This commit is contained in:
JackBoosY 2019-06-06 02:15:11 +08:00 committed by Victor Romero
parent 9f327dc3b9
commit e633c4c45e
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ install(TARGETS lz4
)
FILE(GLOB lz4h "${CMAKE_CURRENT_LIST_DIR}/lib/*.h")
list(REMOVE_ITEM lz4h "${CMAKE_CURRENT_LIST_DIR}/lib/xxhash.h")
INSTALL(FILES ${lz4h} DESTINATION "${INSTALL_INCLUDE_DIR}")
install(EXPORT lz4Config

View File

@ -1,3 +1,4 @@
Source: lz4
Version: 1.9.1-1
Version: 1.9.1-2
Description: Lossless compression algorithm, providing compression speed at 400 MB/s per core.
Build-Depends: xxhash