Skip to content

Commit

Permalink
Merge pull request #128 from scribam/zstd-legacy
Browse files Browse the repository at this point in the history
zstd: disable legacy support
  • Loading branch information
rtissera authored Jul 12, 2024
2 parents 85dd192 + a6c474d commit 9b6ff6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ endif()
# zstd
option(ZSTD_BUILD_SHARED "BUILD SHARED LIBRARIES" OFF)
option(ZSTD_BUILD_PROGRAMS "BUILD PROGRAMS" OFF)
option(ZSTD_LEGACY_SUPPORT "LEGACY SUPPORT" OFF)
add_subdirectory(deps/zstd-1.5.6/build/cmake EXCLUDE_FROM_ALL)
list(APPEND CHDR_LIBS libzstd_static)
#--------------------------------------------------
Expand Down

0 comments on commit 9b6ff6c

Please sign in to comment.