diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d4324ec..5f03dd59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ if(PK_ENABLE_OS) add_definitions(-DPK_ENABLE_OS=1) endif() -option(PK_BUILD_MODULE_LZ4 "" ON) +option(PK_BUILD_MODULE_LZ4 "" OFF) if(PK_BUILD_MODULE_LZ4) add_subdirectory(3rd/lz4) include_directories(3rd/lz4)