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

List:       kde-commits
Subject:    kdesupport/soprano/cmake/modules
From:       Andreas Holzammer <andy () kdab ! com>
Date:       2010-07-20 8:45:32
Message-ID: 20100720084532.98DCBAC7AB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1152055 by aholzammer:

- changed findscript that they will find the right config tools for wince

 M  +8 -0      FindRaptor.cmake  
 M  +8 -0      FindRasqal.cmake  
 M  +8 -1      FindRedland.cmake  


--- trunk/kdesupport/soprano/cmake/modules/FindRaptor.cmake #1152054:1152055
@@ -18,10 +18,18 @@
 INCLUDE(MacroEnsureVersion)
 
 
+if(WINCE)
 FIND_PROGRAM(
   RAPTOR_CONFIG
   NAMES raptor-config
+  PATHS ${HOST_BINDIR} NO_DEFAULT_PATH
   )
+else(WINCE)
+FIND_PROGRAM(
+  RAPTOR_CONFIG
+  NAMES raptor-config
+  )
+endif(WINCE)
 
 if(RAPTOR_CONFIG)
   EXECUTE_PROCESS(
--- trunk/kdesupport/soprano/cmake/modules/FindRasqal.cmake #1152054:1152055
@@ -17,10 +17,18 @@
 
 INCLUDE(MacroEnsureVersion)
 
+if(WINCE)
   FIND_PROGRAM(
     RASQAL_CONFIG
     NAMES rasqal-config
+    PATHS ${HOST_BINDIR} NO_DEFAULT_PATH
     )
+else(WINCE)
+  FIND_PROGRAM(
+    RASQAL_CONFIG
+    NAMES rasqal-config
+    )
+endif(WINCE)
 
   if(RASQAL_CONFIG)
     EXECUTE_PROCESS(
--- trunk/kdesupport/soprano/cmake/modules/FindRedland.cmake #1152054:1152055
@@ -19,11 +19,18 @@
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 
-
+if(WINCE)
 find_program(
   REDLAND_CONFIG_EXECUTABLE
   NAMES redland-config
+  PATHS ${HOST_BINDIR} NO_DEFAULT_PATH
   )
+else(WINCE)
+find_program(
+  REDLAND_CONFIG_EXECUTABLE
+  NAMES redland-config
+  )
+endif(WINCE)
 
 if(REDLAND_CONFIG_EXECUTABLE)
   EXECUTE_PROCESS(
[prev in list] [next in list] [prev in thread] [next in thread] 

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