diff options
author | Alexander Golubev <[email protected]> | 2023-12-25 04:49:57 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-25 19:13:08 +0900 |
commit | c55cad68e9f36ddbf028f3bbf2674861057905a3 (patch) | |
tree | b29446153dd56687d5e2af499ab6a6d9975f7e0c /tdeioslave/CMakeLists.txt | |
parent | 6c067940724bd28124ad6230261be4840928dcc4 (diff) | |
download | tdebase-c55cad68e9f36ddbf028f3bbf2674861057905a3.tar.gz tdebase-c55cad68e9f36ddbf028f3bbf2674861057905a3.zip |
Make dependency upon libssh optional
Signed-off-by: Alexander Golubev <[email protected]>
(cherry picked from commit f2dbf5b9035e9a4861b7d0ad348f4f86c4caba03)
Diffstat (limited to 'tdeioslave/CMakeLists.txt')
-rw-r--r-- | tdeioslave/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/CMakeLists.txt b/tdeioslave/CMakeLists.txt index 56b05c852..5b0f0c155 100644 --- a/tdeioslave/CMakeLists.txt +++ b/tdeioslave/CMakeLists.txt @@ -23,7 +23,6 @@ add_subdirectory( nfs ) add_subdirectory( nntp ) add_subdirectory( pop3 ) add_subdirectory( smtp ) -add_subdirectory( sftp ) add_subdirectory( tar ) add_subdirectory( finger ) add_subdirectory( thumbnail ) @@ -35,3 +34,4 @@ add_subdirectory( home ) add_subdirectory( system ) tde_conditional_add_subdirectory( WITH_LDAP ldap ) tde_conditional_add_subdirectory( WITH_SAMBA smb ) +tde_conditional_add_subdirectory( WITH_SFTP sftp ) |