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

List:       kde-commits
Subject:    KDE/kdebase/runtime/kioslave
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2009-08-22 16:03:25
Message-ID: 1250957005.668560.5131.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1014369 by chehrlic:

sftp does not compile with msvc

 M  +3 -2      CMakeLists.txt  


--- trunk/KDE/kdebase/runtime/kioslave/CMakeLists.txt #1014368:1014369
@@ -27,9 +27,10 @@
 add_subdirectory( fish )
 add_subdirectory( thumbnail )
 add_subdirectory( docfilter )
-if (LIBSSH_FOUND)
+# msvc doesn't compile
+if (LIBSSH_FOUND AND NOT MSVC)
   add_subdirectory(sftp)
-endif (LIBSSH_FOUND)
+endif (LIBSSH_FOUND AND NOT MSVC)
 
 if(NOT WIN32)
    add_subdirectory( floppy )
[prev in list] [next in list] [prev in thread] [next in thread] 

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