CMakeLists.txt

Christian Mollekopf mollekopf at kolabsys.com
Sat Mar 2 14:30:54 CET 2013


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

New commits:
commit d82dfc4c17c94fd276c2614d0d007c209ccb1aae
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Sat Mar 2 14:30:49 2013 +0100

    fixed required version number

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cae142d..37f4046 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ include(MacroLogFeature)
 
 # Do the building
 find_package(Libkolabxml 0.8.3 REQUIRED)
-macro_log_feature(Libkolabxml_FOUND "Libkolabxml" "Kolab XML Format 3 serializing library" "http://git.kolab.org/libkolabxml/" TRUE "0.7" "Required for reading/writing Kolab XML Objects")
+macro_log_feature(Libkolabxml_FOUND "Libkolabxml" "Kolab XML Format 3 serializing library" "http://git.kolab.org/libkolabxml/" TRUE "0.8.3" "Required for reading/writing Kolab XML Objects")
 
 find_package(Qt4 4.6.0 REQUIRED)
 





More information about the commits mailing list