Skip to content

Commit

Permalink
Disable needless components
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 22, 2025
1 parent b41b663 commit 66ad378
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5102,6 +5102,9 @@ function(build_awssdk)
s3
sts
transfer)
set(BUILD_TOOL
OFF
CACHE BOOL "" FORCE)
set(IN_SOURCE_BUILD
ON
CACHE BOOL "" FORCE)
Expand All @@ -5112,6 +5115,14 @@ function(build_awssdk)
ON
CACHE BOOL "" FORCE)

# For aws-lc
set(DISABLE_PERL
ON
CACHE BOOL "" FORCE)
set(DISABLE_GO
ON
CACHE BOOL "" FORCE)

# For s2n-tls
set(crypto_STATIC_LIBRARY
"$<TARGET_FILE:crypto>"
Expand Down

0 comments on commit 66ad378

Please sign in to comment.