fix(cmake/s3): switch s3 off with community version

This commit is contained in:
Minglei Jin 2024-08-02 12:32:32 +08:00
parent 3e5e8cfd01
commit 618c2a42e6
1 changed files with 7 additions and 0 deletions

View File

@ -146,6 +146,13 @@ option(
ENDIF ()
IF(NOT TD_ENTERPRISE)
MESSAGE("switch s3 off with community version")
set(BUILD_S3 OFF)
set(BUILD_WITH_S3 OFF)
set(BUILD_WITH_COS OFF)
ENDIF ()
IF(${BUILD_S3})
IF(${BUILD_WITH_S3})