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:
Shengliang Guan 2024-10-23 18:58:23 +08:00 committed by GitHub
commit 2c94844005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -615,10 +615,9 @@ if (${BUILD_PCRE2})
add_subdirectory(pcre2 EXCLUDE_FROM_ALL) add_subdirectory(pcre2 EXCLUDE_FROM_ALL)
endif(${BUILD_PCRE2}) endif(${BUILD_PCRE2})
if(${TD_LINUX} AND ${BUILD_WITH_S3})
if(${TD_LINUX})
add_subdirectory(azure-cmake EXCLUDE_FROM_ALL) add_subdirectory(azure-cmake EXCLUDE_FROM_ALL)
endif(${TD_LINUX}) endif()
# ================================================================================================ # ================================================================================================
# Build test # Build test