Merge pull request #26945 from taosdata/fix/TD-31132

fix(cmake/s3): switch s3 off with community version
This commit is contained in:
Hongze Cheng 2024-08-02 18:03:19 +08:00 committed by GitHub
commit 289ff87e06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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})