fix(contrib/test): not build az test without s3
This commit is contained in:
parent
a4b6d9dee0
commit
d7f4bd6e3a
|
@ -28,6 +28,9 @@ if(${BUILD_WITH_TRAFT})
|
|||
# add_subdirectory(traft)
|
||||
endif(${BUILD_WITH_TRAFT})
|
||||
|
||||
add_subdirectory(azure)
|
||||
if(${BUILD_S3})
|
||||
add_subdirectory(azure)
|
||||
endif()
|
||||
|
||||
add_subdirectory(tdev)
|
||||
add_subdirectory(lz4)
|
||||
|
|
Loading…
Reference in New Issue