mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +00:00
Update LZ4 library to 1.9.2
This commit is contained in:
committed by
manojsdoshi
parent
853c964194
commit
fb74eefa9e
@@ -1,6 +1,6 @@
|
|||||||
find_package (PkgConfig)
|
find_package (PkgConfig)
|
||||||
if (PKG_CONFIG_FOUND)
|
if (PKG_CONFIG_FOUND)
|
||||||
pkg_search_module (lz4_PC QUIET liblz4>=1.8)
|
pkg_search_module (lz4_PC QUIET liblz4>=1.9)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if(static)
|
if(static)
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ else()
|
|||||||
ExternalProject_Add (lz4
|
ExternalProject_Add (lz4
|
||||||
PREFIX ${nih_cache_path}
|
PREFIX ${nih_cache_path}
|
||||||
GIT_REPOSITORY https://github.com/lz4/lz4.git
|
GIT_REPOSITORY https://github.com/lz4/lz4.git
|
||||||
GIT_TAG v1.8.2
|
GIT_TAG v1.9.2
|
||||||
SOURCE_SUBDIR contrib/cmake_unofficial
|
SOURCE_SUBDIR contrib/cmake_unofficial
|
||||||
CMAKE_ARGS
|
CMAKE_ARGS
|
||||||
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
|
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
|
||||||
|
|||||||
Reference in New Issue
Block a user