Skip to content

Commit

Permalink
BUILD_OPENSSL comment (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix authored Oct 2, 2024
1 parent bc5593b commit 333c92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/android-build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ if(BUILD_ZLIB)
endif()

# OpenSSL
# Download and build openssl alongside the SDK. This not recommended for use. Using your platforms libcrypto is recommended.
# To use a custom libcrypto please follow the instructions in the developer guide (https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/libcrypto.html).
if(BUILD_OPENSSL)
ExternalProject_Add(OPENSSL
SOURCE_DIR ${OPENSSL_SOURCE_DIR}
Expand Down

0 comments on commit 333c92c

Please sign in to comment.