Skip to content

Commit

Permalink
CMake: Set minimum zstd version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed Mar 2, 2021
1 parent 6482a48 commit 64dd3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -102,7 +102,7 @@ find_package(Threads REQUIRED)
find_package(ZLIB)
find_package(LibLZMA)
find_package(LZO)
find_package(ZSTD)
find_package(ZSTD 1.4)
find_package(PNG)

if(NOT WIN32)
Expand Down

0 comments on commit 64dd3c2

Please sign in to comment.