Skip to content

Commit

Permalink
Android: build: silence libssh2 configure warning
Browse files Browse the repository at this point in the history
...by not configuring libssh2 tests.
  • Loading branch information
bk138 committed Dec 5, 2023
1 parent 53be6a9 commit efec989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ include_directories(

# build libssh2
message("-----libssh2-----")
SET(BUILD_TESTING OFF CACHE BOOL "Build libssh2 test suite")
set(libssh2_src_DIR ${CMAKE_SOURCE_DIR}/../../../../../libssh2)
set(libssh2_build_DIR ${CMAKE_BINARY_DIR}/libssh2)
# adds a source subdir with specifying a build output dir
Expand Down

0 comments on commit efec989

Please sign in to comment.