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

List:       kde-commits
Subject:    KDE/kdepimlibs
From:       Andreas Holzammer <andy () kdab ! com>
Date:       2010-11-20 9:46:46
Message-ID: 20101120094646.200E4AC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1198982 by aholzammer:

- fix Soprano condition

 M  +2 -2      CMakeLists.txt  
 M  +2 -2      akonadi/contact/CMakeLists.txt  


--- trunk/KDE/kdepimlibs/CMakeLists.txt #1198981:1198982
@@ -104,9 +104,9 @@
   else(NOT WINCE)
     macro_log_feature(Soprano_FOUND "Soprano" "Storage of semantic data" \
"http://soprano.sourceforge.net" FALSE "${SOPRANO_MIN_VERSION}" "")  endif (NOT \
                WINCE)
-  if (SopranoFOUND)
+  if (Soprano_FOUND)
   include(SopranoAddOntology)
-  endif (SopranoFOUND)
+  endif (Soprano_FOUND)
 
   find_package(Nepomuk)
   if (WINCE)
--- trunk/KDE/kdepimlibs/akonadi/contact/CMakeLists.txt #1198981:1198982
@@ -6,11 +6,11 @@
     ${CMAKE_SOURCE_DIR}/kabc
 )
 
-if (SopranoFOUND)
+if (Soprano_FOUND)
   include_directories(
       ${SOPRANO_INCLUDE_DIR}
   )
-endif (SopranoFOUND)
+endif (Soprano_FOUND)
 
 add_subdirectory(tests)
 add_subdirectory(kcm)


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

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