Merge pull request #28465 from taosdata/feat/TS-5215-2
fix(ablob/_azure_sdk): build sdk under linux and s3 only
This commit is contained in:
commit
2c94844005
|
@ -615,10 +615,9 @@ if (${BUILD_PCRE2})
|
|||
add_subdirectory(pcre2 EXCLUDE_FROM_ALL)
|
||||
endif(${BUILD_PCRE2})
|
||||
|
||||
|
||||
if(${TD_LINUX})
|
||||
if(${TD_LINUX} AND ${BUILD_WITH_S3})
|
||||
add_subdirectory(azure-cmake EXCLUDE_FROM_ALL)
|
||||
endif(${TD_LINUX})
|
||||
endif()
|
||||
|
||||
# ================================================================================================
|
||||
# Build test
|
||||
|
|
Loading…
Reference in New Issue