Skip to content

Commit 371cb59

Browse files
author
Gimi Liang
authored
bugfix: AWS SDK was not included even when ENABLE_AWS_MSK_IAM is ON (#925)
1 parent c78aadf commit 371cb59

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contrib/aws-cmake/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ if(ENABLE_AWS_S3 OR ENABLE_AWS_MSK_IAM) # proton: updated
1717
endif()
1818
endif()
1919

20-
if(NOT ENABLE_AWS_S3)
21-
message(STATUS "Not using AWS S3")
22-
return()
23-
endif()
24-
2520
if(NOT (ENABLE_AWS_S3 OR ENABLE_AWS_MSK_IAM)) # proton: updated
2621
message(STATUS "Not using AWS SDK") # proton: updated
2722
return()

0 commit comments

Comments
 (0)