[cmake] disable legacy support by default
can still be explicitly enabled
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
# ZSTD Build Options Configuration
|
# ZSTD Build Options Configuration
|
||||||
# ################################################################
|
# ################################################################
|
||||||
|
|
||||||
# Legacy support configuration
|
# Legacy support configuration (disabled by default)
|
||||||
option(ZSTD_LEGACY_SUPPORT "Enable legacy format support" ON)
|
option(ZSTD_LEGACY_SUPPORT "Enable legacy format support" OFF)
|
||||||
|
|
||||||
if(ZSTD_LEGACY_SUPPORT)
|
if(ZSTD_LEGACY_SUPPORT)
|
||||||
message(STATUS "ZSTD_LEGACY_SUPPORT enabled")
|
message(STATUS "ZSTD_LEGACY_SUPPORT enabled")
|
||||||
|
|||||||
Reference in New Issue
Block a user