Branch 'kolab/integration/4.13.0' - CMakeLists.txt

Sandro Knauß knauss at kolabsys.com
Mon Sep 22 12:18:19 CEST 2014


 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c147160d5c88e62bdbf0e3c188d1c4ec8698aeae
Author: Sandro Knauß <mail at sandroknauss.de>
Date:   Mon Sep 22 12:18:11 2014 +0200

    We require libkolab 0.6 for relation support

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ff2101a..3ce8d05 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ find_package(SharedMimeInfo 0.30)
 set_package_properties(SharedMimeInfo PROPERTIES DESCRIPTION "The shared-mime-info utility" URL "http://freedesktop.org/wiki/Software/shared-mime-info" TYPE REQUIRED PURPOSE "Information about filetypes")
 
 # Libkolab
-find_package(Libkolab 0.5.2 QUIET CONFIG)
+find_package(Libkolab 0.6 QUIET CONFIG)
 set_package_properties(Libkolab PROPERTIES DESCRIPTION "libkolab" URL "http://mirror.kolabsys.com/pub/releases" TYPE OPTIONAL PURPOSE "The Kolab Format libraries are required to build the Kolab Groupware Resource")
 
 # Libkolabxml




More information about the commits mailing list