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

List:       kde-commits
Subject:    playground/office/kmymoney
From:       Cristian OneČ› <onet.cristian () gmail ! com>
Date:       2009-11-02 17:34:21
Message-ID: 1257183261.835794.12945.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1043928 by conet:

Fix the value of KBANKING_FOUND.

 M  +4 -1      CMakeLists.txt  


--- trunk/playground/office/kmymoney/CMakeLists.txt #1043927:1043928
@@ -165,7 +165,10 @@
 FIND_PACKAGE(Gwenhywfar)
 FIND_PACKAGE(AqBanking)
 
-SET(KBANKING_FOUND ${AQBANKING_FOUND} AND ${GWENHYWFAR_FOUND})
+SET(KBANKING_FOUND FALSE)
+IF (AQBANKING_FOUND AND GWENHYWFAR_FOUND)
+SET(KBANKING_FOUND TRUE)
+ENDIF (AQBANKING_FOUND AND GWENHYWFAR_FOUND)
 MARK_AS_ADVANCED(KBANKING_FOUND)
 
 # check for CppUnit to build the tests
[prev in list] [next in list] [prev in thread] [next in thread] 

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