fix(cmake/s3): switch s3 off with community version
This commit is contained in:
parent
3e5e8cfd01
commit
618c2a42e6
|
@ -146,6 +146,13 @@ option(
|
||||||
|
|
||||||
ENDIF ()
|
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_S3})
|
||||||
|
|
||||||
IF(${BUILD_WITH_S3})
|
IF(${BUILD_WITH_S3})
|
||||||
|
|
Loading…
Reference in New Issue