Update LZ4 library to 1.9.2

This commit is contained in:
Miguel Portilla
2020-05-27 14:12:41 -04:00
committed by manojsdoshi
parent 853c964194
commit fb74eefa9e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
find_package (PkgConfig)
if (PKG_CONFIG_FOUND)
pkg_search_module (lz4_PC QUIET liblz4>=1.8)
pkg_search_module (lz4_PC QUIET liblz4>=1.9)
endif ()
if(static)

View File

@@ -21,7 +21,7 @@ else()
ExternalProject_Add (lz4
PREFIX ${nih_cache_path}
GIT_REPOSITORY https://github.com/lz4/lz4.git
GIT_TAG v1.8.2
GIT_TAG v1.9.2
SOURCE_SUBDIR contrib/cmake_unofficial
CMAKE_ARGS
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}