[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/kioslave
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2009-08-18 0:46:59
Message-ID: 1250556419.168372.13176.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1012701 by segato:

check for libssh on windows too

 M  +3 -2      CMakeLists.txt  


--- trunk/KDE/kdebase/runtime/kioslave/CMakeLists.txt #1012700:1012701
@@ -3,12 +3,13 @@
 # we need a version of samba which has already smbc_set_context(), Alex
 set(SAMBA_REQUIRE_SMBC_SET_CONTEXT TRUE)
 set(SAMBA_REQUIRE_SMBC_OPTION_SET TRUE)
-macro_optional_find_package(LibSSH 0.3.2)
-macro_log_feature(LIBSSH_FOUND "libssh" "the SSH library with SFTP support" \
"http://www.libssh.org/" FALSE "" "Needed to build the SFTP kioslave")  \
macro_optional_find_package(Samba)  macro_log_feature(SAMBA_FOUND "Samba" "the SMB \
client library, a version with smbc_set_context() and smbc_option_set()" \
"http://www.samba.org" FALSE "" "Needed to build the SMB kioslave")  endif(NOT WIN32)
 
+macro_optional_find_package(LibSSH 0.3.2)
+macro_log_feature(LIBSSH_FOUND "libssh" "the SSH library with SFTP support" \
"http://www.libssh.org/" FALSE "" "Needed to build the SFTP kioslave") +
 add_subdirectory( about )
 add_subdirectory( bookmarks )
 add_subdirectory( cgi )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic