Skip to content

Commit

Permalink
CMake: Fix Android OpenSSL Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Feb 13, 2025
1 parent a4c90fd commit b6a36db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/qt-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r26d
ndk-version: r26b
add-to-path: false

- run: |
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ elseif(ANDROID)
include(CPM)
CPMAddPackage(
NAME android_openssl
URL https://github.com/KDAB/android_openssl/archive/refs/heads/master.zip
GITHUB_REPOSITORY KDAB/android_openssl
GIT_TAG master
)
include(${android_openssl_SOURCE_DIR}/android_openssl.cmake)
add_android_openssl_libraries(${CMAKE_PROJECT_NAME})
Expand Down

0 comments on commit b6a36db

Please sign in to comment.