Skip to content

Commit

Permalink
fix libssh cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 14, 2024
1 parent 994af25 commit e0365db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ else()
find_package(Java REQUIRED COMPONENTS Runtime)
endif()

find_package(LIBSSH 0.7.1)
find_package(LIBSSH CONFIG 0.7.1)

set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)
if(WITH_PROTOBUF)
Expand Down
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"opencv",
"fmt",
"libuv",
"protobuf"
"protobuf",
"libssh"
],
"builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992"
}

0 comments on commit e0365db

Please sign in to comment.