From b61738746a1391361d5dd23b2f4d417e7242e928 Mon Sep 17 00:00:00 2001 From: Gimi Liang Date: Fri, 7 Mar 2025 18:21:41 -0800 Subject: [PATCH] bugfix: AWS SDK was not included even when ENABLE_AWS_MSK_IAM is ON --- contrib/aws-cmake/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/aws-cmake/CMakeLists.txt b/contrib/aws-cmake/CMakeLists.txt index c7fc0160b7..bd3043afc9 100644 --- a/contrib/aws-cmake/CMakeLists.txt +++ b/contrib/aws-cmake/CMakeLists.txt @@ -17,11 +17,6 @@ if(ENABLE_AWS_S3 OR ENABLE_AWS_MSK_IAM) # proton: updated endif() endif() -if(NOT ENABLE_AWS_S3) - message(STATUS "Not using AWS S3") - return() -endif() - if(NOT (ENABLE_AWS_S3 OR ENABLE_AWS_MSK_IAM)) # proton: updated message(STATUS "Not using AWS SDK") # proton: updated return()