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

List:       kde-commits
Subject:    KDE/kdebase/runtime/cmake/modules
From:       Romain Pokrzywka <romain () kdab ! net>
Date:       2009-11-16 11:38:56
Message-ID: 1258371536.818064.32213.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1050011 by pokrzywka:

add paths to find libssh on windows

 M  +5 -1      FindLibSSH.cmake  


--- trunk/KDE/kdebase/runtime/cmake/modules/FindLibSSH.cmake #1050010:1050011
@@ -26,8 +26,10 @@
       /usr/local/include
       /opt/local/include
       /sw/include
+      ${CMAKE_INCLUDE_PATH}
+      ${CMAKE_INSTALL_PREFIX}/include
   )
-
+  
   find_library(SSH_LIBRARY
     NAMES
       ssh
@@ -37,6 +39,8 @@
       /usr/local/lib
       /opt/local/lib
       /sw/lib
+      ${CMAKE_LIBRARY_PATH}
+      ${CMAKE_INSTALL_PREFIX}/lib
   )
 
   if (LIBSSH_INCLUDE_DIR AND SSH_LIBRARY)
[prev in list] [next in list] [prev in thread] [next in thread] 

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