My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[cmake] disable legacy support by default

can still be explicitly enabled

+2 -2
+2 -2
vendor/git/zstd-c/build/cmake/CMakeModules/ZstdOptions.cmake
··· 2 2 # ZSTD Build Options Configuration 3 3 # ################################################################ 4 4 5 - # Legacy support configuration 6 - option(ZSTD_LEGACY_SUPPORT "Enable legacy format support" ON) 5 + # Legacy support configuration (disabled by default) 6 + option(ZSTD_LEGACY_SUPPORT "Enable legacy format support" OFF) 7 7 8 8 if(ZSTD_LEGACY_SUPPORT) 9 9 message(STATUS "ZSTD_LEGACY_SUPPORT enabled")