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

List:       kde-commits
Subject:    KDE/kdelibs/cmake/modules
From:       Sebastian Trueg <sebastian () trueg ! de>
Date:       2009-05-13 7:42:57
Message-ID: 1242200577.467127.28636.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 967293 by trueg:

Make sure to always search the install path first - very important for development \
with trunk version of Soprano

 M  +11 -11    FindSoprano.cmake  


--- trunk/KDE/kdelibs/cmake/modules/FindSoprano.cmake #967292:967293
@@ -42,44 +42,44 @@
   find_path(SOPRANO_INCLUDE_DIR 
     NAMES
     soprano/soprano.h
-    PATHS
+    HINTS
+    ${INCLUDE_INSTALL_DIR}
     ${KDE4_INCLUDE_DIR}
-    ${INCLUDE_INSTALL_DIR}
     )
 
   find_library_with_debug(SOPRANO_INDEX_LIBRARIES 
     WIN32_DEBUG_POSTFIX d
     NAMES
     sopranoindex
-    PATHS
+    HINTS
+    ${LIB_INSTALL_DIR}
     ${KDE4_LIB_DIR}
-    ${LIB_INSTALL_DIR}
     )
 
   find_library_with_debug(SOPRANO_CLIENT_LIBRARIES 
     WIN32_DEBUG_POSTFIX d
     NAMES
     sopranoclient
-    PATHS
+    HINTS
+    ${LIB_INSTALL_DIR}
     ${KDE4_LIB_DIR}
-    ${LIB_INSTALL_DIR}
     )
 
   find_library_with_debug(SOPRANO_LIBRARIES
     WIN32_DEBUG_POSTFIX d
     NAMES soprano
-    PATHS
+    HINTS
+    ${LIB_INSTALL_DIR}
     ${KDE4_LIB_DIR}
-    ${LIB_INSTALL_DIR}
   )
 
   find_library_with_debug(SOPRANO_SERVER_LIBRARIES 
     WIN32_DEBUG_POSTFIX d
     NAMES
     sopranoserver
-    PATHS
+    HINTS
+    ${LIB_INSTALL_DIR}
     ${KDE4_LIB_DIR}
-    ${LIB_INSTALL_DIR}
     )
 
   # check for all the libs as required to make sure that we do not try to compile \
with an old version @@ -178,7 +178,7 @@
 
   if(Soprano_FOUND)
     if(NOT Soprano_FIND_QUIETLY)
-      message(STATUS "Found Soprano: ${SOPRANO_LIBRARIES}")
+      message(STATUS "Found Soprano version ${SOPRANO_VERSION}: \
${SOPRANO_LIBRARIES}")  message(STATUS "Found Soprano includes: \
${SOPRANO_INCLUDE_DIR}")  message(STATUS "Found Soprano Index: \
${SOPRANO_INDEX_LIBRARIES}")  message(STATUS "Found Soprano Client: \
${SOPRANO_CLIENT_LIBRARIES}")


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

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