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

List:       kde-commits
Subject:    branches/work/komo/kdelibs/kfile
From:       Bjoern Ricks <bjoern.ricks () intevation ! de>
Date:       2011-02-02 10:11:35
Message-ID: 20110202101135.4B82EAC8BD () svn ! kde ! org
[Download RAW message or body]

SVN commit 1218443 by bricks:

only include soprano if it was found


 M  +4 -1      CMakeLists.txt  


--- branches/work/komo/kdelibs/kfile/CMakeLists.txt #1218442:1218443
@@ -4,9 +4,12 @@
   ${KDE4_KIO_INCLUDES}
   ${CMAKE_SOURCE_DIR}/solid
   ${CMAKE_BINARY_DIR}/solid
-  ${SOPRANO_INCLUDE_DIR}
 )
 
+if ( SOPRANO_FOUND )
+  include_directories( ${SOPRANO_INCLUDE_DIR} ) 
+endif ( SOPRANO_FOUND )
+
 add_subdirectory(tests)
 
 set(kfile_LIB_SRCS
[prev in list] [next in list] [prev in thread] [next in thread] 

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