CMakeLists.txt

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue May 21 16:46:41 CEST 2013


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

New commits:
commit 3348ce26433243209569ec2d933d47e63591431c
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue May 21 15:46:19 2013 +0100

    Correct the log message issued when no or out of date libkolabxml is found

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca0edfb..9ae512c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ include(MacroLogFeature)
 
 # Do the building
 find_package(Libkolabxml 1.0 REQUIRED)
-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")
+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