diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2023-12-25 04:49:57 +0300 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2023-12-25 04:49:57 +0300 |
commit | f2dbf5b9035e9a4861b7d0ad348f4f86c4caba03 (patch) | |
tree | 57a666338a3cdd0934492401777262816dbd3c61 /tdeioslave | |
parent | ecd60bc6a5f5181bb5013bea114fae5d8efaab47 (diff) | |
download | tdebase-f2dbf5b9035e9a4861b7d0ad348f4f86c4caba03.tar.gz tdebase-f2dbf5b9035e9a4861b7d0ad348f4f86c4caba03.zip |
Make dependency upon libssh optional
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'tdeioslave')
-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 ) |