Merge pull request #26945 from taosdata/fix/TD-31132
fix(cmake/s3): switch s3 off with community version
This commit is contained in:
commit
289ff87e06
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue