mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[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:
parent
9f327dc3b9
commit
e633c4c45e
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user