Skip to content

Commit

Permalink
install libssh2
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Jan 29, 2025
1 parent 8d2bf1f commit fb67d75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@ if(NOT APPLE)
endif()
endif()


if (NOT USE_SYSTEM_LIBSSH2)
install(TARGETS libssh2
DESTINATION ${INSTALL_LIBDIR}
)
endif()

if(UNIX AND NOT APPLE)
foreach(icon 16 32 64 128 256 512)
install(
Expand Down

0 comments on commit fb67d75

Please sign in to comment.