We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df6e9c commit 438c273Copy full SHA for 438c273
android/app/src/main/cpp/CMakeLists.txt
@@ -72,8 +72,8 @@ set(libssh2_build_DIR ${CMAKE_BINARY_DIR}/libssh2)
72
add_subdirectory(${libssh2_src_DIR} ${libssh2_build_DIR})
73
add_dependencies(libssh2 ep-libressl)
74
# set these variables so FindLibSSH2 can find the library
75
-set(LIBSSH2_LIBRARY ${libssh2_build_DIR}/src/libssh2.a CACHE FILEPATH "")
76
-set(LIBSSH2_INCLUDE_DIR ${libssh2_src_DIR}/include CACHE PATH "")
+set(Libssh2_LIBRARIES ${libssh2_build_DIR}/src/libssh2.a CACHE FILEPATH "")
+set(Libssh2_INCLUDE_DIR ${libssh2_src_DIR}/include CACHE PATH "")
77
# set include directories so dependent code can find the headers
78
include_directories(
79
${libssh2_src_DIR}/include
0 commit comments