Branch 'libkolabxml-0.8' - cmake/modules

Christian Mollekopf mollekopf at kolabsys.com
Mon Jun 17 13:13:05 CEST 2013


 cmake/modules/FindLibkolabxmlDependencies.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4138e5e4fe6c2e4e582cc2b88ee001a20c28f41
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Mon Jun 17 13:13:00 2013 +0200

    We check in the code for 1.43, so we need to have the same check here.

diff --git a/cmake/modules/FindLibkolabxmlDependencies.cmake b/cmake/modules/FindLibkolabxmlDependencies.cmake
index 08bf0ed..79672d9 100644
--- a/cmake/modules/FindLibkolabxmlDependencies.cmake
+++ b/cmake/modules/FindLibkolabxmlDependencies.cmake
@@ -4,7 +4,7 @@
 find_package(PkgConfig)
 include(FindPackageHandleStandardArgs)
 
-if (${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION} VERSION_LESS 1.42)
+if (${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION} VERSION_LESS 1.43)
     find_library(UUID NAMES ossp-uuid)
     find_package_handle_standard_args(UUID DEFAULT_MSG
                                   UUID)





More information about the commits mailing list