Skip to content

Commit

Permalink
Drop aws-cpp-sdk-config
Browse files Browse the repository at this point in the history
  • Loading branch information
lahwaacz committed Jan 7, 2025
1 parent e12bc56 commit a545df9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions cpp/cmake_modules/AWSSDKVariables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ set(AWSSDK_UNUSED_DIRECTORIES
aws-cpp-sdk-comprehend
aws-cpp-sdk-comprehendmedical
aws-cpp-sdk-compute-optimizer
aws-cpp-sdk-config
aws-cpp-sdk-connect
aws-cpp-sdk-connect-contact-lens
aws-cpp-sdk-connectcampaigns
Expand Down
7 changes: 1 addition & 6 deletions cpp/cmake_modules/FindAWSSDKAlt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ if(DEFINED ENV{CONDA_PREFIX})
endif()
set(BUILD_SHARED_LIBS ON)
endif()
find_package(AWSSDK ${find_package_args}
COMPONENTS config
s3
transfer
identity-management
sts)
find_package(AWSSDK ${find_package_args} COMPONENTS s3 transfer identity-management sts)
# Restore previous value of BUILD_SHARED_LIBS
if(DEFINED ENV{CONDA_PREFIX})
if(BUILD_SHARED_LIBS_WAS_SET)
Expand Down
1 change: 0 additions & 1 deletion cpp/cmake_modules/aws_sdk_cpp_generate_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ find ${base_name} -mindepth 1 -maxdepth 1 -type d | \
grep -v toolchains | \
grep -v aws-cpp-sdk-cognito-identity | \
grep -v aws-cpp-sdk-core | \
grep -v aws-cpp-sdk-config | \
grep -v aws-cpp-sdk-s3 | \
grep -v aws-cpp-sdk-transfer | \
grep -v aws-cpp-sdk-identity-management | \
Expand Down

0 comments on commit a545df9

Please sign in to comment.