Skip to content

Commit

Permalink
Update lz4 to v1.10
Browse files Browse the repository at this point in the history
implements multithread support . ->increase speed
a lot of fix https://github.com/lz4/lz4/releases/tag/v1.10.0

Signed-off-by: mosfet80 <[email protected]>
  • Loading branch information
mosfet80 authored Aug 6, 2024
1 parent 990475c commit 8965daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblz4_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ find_package(lz4 QUIET)
ament_vendor(liblz4_vendor
SATISFIED ${lz4_FOUND}
VCS_URL https://github.com/lz4/lz4.git
VCS_VERSION v1.9.4
VCS_VERSION v1.10.0
SOURCE_SUBDIR build/cmake
CMAKE_ARGS
-DBUILD_STATIC_LIBS:BOOL=OFF
Expand Down

0 comments on commit 8965daf

Please sign in to comment.