fix(ablob/_azure_sdk): build sdk under linux and s3 only
This commit is contained in:
parent
3fd1ad6e82
commit
b0e762885d
|
@ -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