Skip to content

Commit

Permalink
According to the manual, ZSTD_minCLevel requires zstd 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Oct 28, 2024
1 parent 3091d04 commit 46e309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ if(ENABLE_LZMA)
endif(ENABLE_LZMA)

if(ENABLE_ZSTD)
find_package(zstd 1.3.6)
find_package(zstd 1.4.0)
if(zstd_FOUND)
set(HAVE_LIBZSTD 1)
if(TARGET zstd::libzstd_shared AND BUILD_SHARED_LIBS)
Expand Down

0 comments on commit 46e309f

Please sign in to comment.