CMakeLists.txt

Christian Mollekopf mollekopf at kolabsys.com
Wed Sep 3 11:41:38 CEST 2014


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

New commits:
commit 07a21846fd72555545fabe66ff2c72775adc459e
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Wed Sep 3 11:39:50 2014 +0200

    We require libkolabxml 1.1 (for Relations)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7335d2c..89a555a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,7 @@ endforeach()
 include(MacroLogFeature)
 
 # Do the building
-find_package(Libkolabxml 1.0 REQUIRED)
+find_package(Libkolabxml 1.1 REQUIRED)
 macro_log_feature(Libkolabxml_FOUND "Libkolabxml" "Kolab XML Format 3 serializing library" "http://git.kolab.org/libkolabxml/" TRUE "1.0" "Required for reading/writing Kolab XML Objects")
 
 find_package(Qt4 4.6.0 REQUIRED)




More information about the commits mailing list