File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ set(OLP_SDK_CPP_ZLIB_URL "https://www.zlib.net/zlib-1.3.1.tar.gz")
6161set (OLP_SDK_CPP_ZLIB_HASH "SHA256=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23" )
6262
6363set (OLP_SDK_CPP_OPENSSL_URL "https://github.com/openssl/openssl.git" )
64- set (OLP_SDK_CPP_OPENSSL_TAG "OpenSSL_1_1_1w " )
64+ set (OLP_SDK_CPP_OPENSSL_TAG "openssl-3.1.4 " )
6565
6666set (OLP_SDK_CPP_CURL_URL "https://github.com/bagder/curl.git" )
6767set (OLP_SDK_CPP_CURL_TAG "curl-7_52_1" )
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ cmake .. -DCMAKE_TOOLCHAIN_FILE="$ANDROID_HOME/ndk/21.3.6528147/build/cmake/andr
4242 -DANDROID_ABI=arm64-v8a \
4343 -DANDROID_NDK=" $ANDROID_HOME /ndk/21.3.6528147" \
4444 -DOLP_SDK_ENABLE_TESTING=NO \
45+ -DOLP_SDK_ENABLE_ANDROID_CURL=ON \
4546 -DOLP_SDK_BUILD_EXAMPLES=ON
4647
4748# cmake --build . # this is alternative option for build
You can’t perform that action at this time.
0 commit comments