[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE
From:       Christophe Giboudeaux <cgiboudeaux () gmail ! com>
Date:       2009-12-07 23:16:14
Message-ID: 1260227774.019993.29787.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1060047 by cgiboudeaux:

We now require Boost 1.34.0

 M  +2 -2      kdepim/CMakeLists.txt  
 M  +2 -2      kdepim/akonadi/CMakeLists.txt  
 M  +1 -1      kdepimlibs/CMakeLists.txt  


--- trunk/KDE/kdepim/CMakeLists.txt #1060046:1060047
@@ -41,8 +41,8 @@
 
 ############### search Boost ###############
 
-find_package(Boost 1.33.1)
-macro_log_feature(Boost_FOUND "Boost" "Boost C++ Libraries" "http://www.boost.org" \
TRUE "1.33.1" "Required by several critical KDEPIM apps.") +find_package(Boost \
1.34.0) +macro_log_feature(Boost_FOUND "Boost" "Boost C++ Libraries" \
"http://www.boost.org" TRUE "1.34.0" "Required by several critical KDEPIM apps.")  
 # Kleopatra needs to know if the topological.hpp header exists (part of \
Boost_graph).  find_path(Boost_TOPOLOGICAL_SORT_DIR NAMES \
                boost/graph/topological_sort.hpp PATHS ${Boost_INCLUDE_DIRS})
--- trunk/KDE/kdepim/akonadi/CMakeLists.txt #1060046:1060047
@@ -10,8 +10,8 @@
 
 find_package(KdepimLibs 4.2.87 REQUIRED)
 
-find_package(Boost 1.33.1)
-macro_log_feature(Boost_FOUND "Boost" "Boost C++ Libraries" "http://www.boost.org" \
TRUE "1.33.1" "Required by Akonadi.") +find_package(Boost 1.34.0)
+macro_log_feature(Boost_FOUND "Boost" "Boost C++ Libraries" "http://www.boost.org" \
TRUE "1.34.0" "Required by Akonadi.")  
 find_package(Akonadi)
 macro_log_feature(Akonadi_FOUND "Akonadi" "Akonadi server libraries" \
                "http://pim.kde.org/akonadi" TRUE "" "Akonadi is required to build \
                kdepim-runtime.")
--- trunk/KDE/kdepimlibs/CMakeLists.txt #1060046:1060047
@@ -31,7 +31,7 @@
 
 ############### Find the stuff we need ###############
 
-set(Boost_MINIMUM_VERSION "1.33.1")
+set(Boost_MINIMUM_VERSION "1.34.0")
 if (WIN32)
   find_package(Boost ${Boost_MINIMUM_VERSION}) # (jstaniek) temp. fix unless we have \
graph library, not just headers  else (WIN32)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic