We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 930b5ce + 03bba1b commit db104f6Copy full SHA for db104f6
build/cmake/CMakeLists.txt
@@ -82,7 +82,7 @@ message(STATUS "CMAKE_INSTALL_LIBDIR: ${CMAKE_INSTALL_LIBDIR}")
82
#-----------------------------------------------------------------------------
83
84
# Legacy support
85
-option(ZSTD_LEGACY_SUPPORT "LEGACY SUPPORT" OFF)
+option(ZSTD_LEGACY_SUPPORT "LEGACY SUPPORT" ON)
86
87
if (ZSTD_LEGACY_SUPPORT)
88
message(STATUS "ZSTD_LEGACY_SUPPORT defined!")
build/cmake/README.md
@@ -37,7 +37,7 @@ cmake -LH ..
37
Bool options can be set to `ON/OFF` with `-D[option]=[ON/OFF]`. You can configure cmake options like this:
38
```sh
39
cd build/cmake/builddir
40
-cmake -DZSTD_BUILD_TESTS=ON -DZSTD_LEGACY_SUPPORT=ON ..
+cmake -DZSTD_BUILD_TESTS=ON -DZSTD_LEGACY_SUPPORT=OFF ..
41
make
42
```
43
0 commit comments