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

Sandro Knauß knauss at kolabsys.com
Mon Sep 22 13:06:29 CEST 2014


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

New commits:
commit 96585ac1916916778b384b13b43809b34cba2b3d
Author: Sandro Knauß <mail at sandroknauss.de>
Date:   Mon Sep 22 13:06:22 2014 +0200

    We also depend on a new libkolabxml >= 1.1

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ce8d05..2222f9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ 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
-find_package(Libkolabxml 1.0 QUIET CONFIG)
+find_package(Libkolabxml 1.1 QUIET CONFIG)
 set_package_properties(Libkolabxml PROPERTIES DESCRIPTION "Kolabxml" URL "http://mirror.kolabsys.com/pub/releases" TYPE OPTIONAL PURPOSE "The Kolab XML Format Schema Definitions Library is required to build the Kolab Groupware Resource")
 
 # Libkgapi2




More information about the commits mailing list