Skip to content

Commit

Permalink
link ui to libssh2
Browse files Browse the repository at this point in the history
Description: Because it directly relates on it
  • Loading branch information
Murmele committed Jan 17, 2025
1 parent 88121ec commit 5427e99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ set(LUA_MODULES_PATH
"Path to the directory with native Lua modules (only relevant if system-wide Lua installation is used)"
)

if (NOT USE_SYSTEM_LIBSSH2)
set(USE_SSH "localbuild")
endif()

# Require C++17.
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2018 Scientific Toolworks, Inc.
Copyright (c) 2021-2024 Gittyup contributors
Copyright (c) 2021-2025 Gittyup contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions src/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ target_link_libraries(
tools
update
watcher
${LIBSSH2_LIBRARIES}
Qt5::Concurrent
Qt5::Network
Qt5::Widgets)
Expand Down

0 comments on commit 5427e99

Please sign in to comment.