Skip to content

Commit

Permalink
default WITH_ZSTD to TRUE if its headers are found (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 30, 2019
1 parent 47744fd commit c540498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/zstd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# LZMA support
#
option(WITH_ZSTD
"Build support for compression/decompression with Zstd." FALSE)
"Build support for compression/decompression with Zstd." TRUE)
if (WITH_ZSTD)
find_package(ZSTD REQUIRED)
set_package_properties(ZSTD PROPERTIES TYPE REQUIRED
Expand Down

0 comments on commit c540498

Please sign in to comment.