mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
[cmake] disable legacy support by default
can still be explicitly enabled
This commit is contained in:
parent
38cce02684
commit
b79e86291b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# ZSTD Build Options Configuration
|
||||
# ################################################################
|
||||
|
||||
# Legacy support configuration
|
||||
option(ZSTD_LEGACY_SUPPORT "Enable legacy format support" ON)
|
||||
# Legacy support configuration (disabled by default)
|
||||
option(ZSTD_LEGACY_SUPPORT "Enable legacy format support" OFF)
|
||||
|
||||
if(ZSTD_LEGACY_SUPPORT)
|
||||
message(STATUS "ZSTD_LEGACY_SUPPORT enabled")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue