SVN commit 763294 by apaku:
Forgot this one, the minimum version isn't needed anymore.
If anybody has a different version than 1.33[.01] or
1.34[.01] and building
teamwork doesn't work for him (this happens if your
boost-dir is inside another
boost-<version> dir) just add a
SET(Boost_ADDITIONAL_VERSIONS "0.9.0") before
the find_package (and replace 0.9.0 with your version)
CCMAIL:kdevelop-devel kdevelop.org
M +0 -1 CMakeLists.txt
--- trunk/KDE/kdevplatform/plugins/CMakeLists.txt
#763293:763294
 -14,7
+14,6 
add_subdirectory(execute)
macro_optional_find_package(Commoncpp)
-set(Boost_REQUIRED_VER4ION "1.34.1")
macro_optional_find_package(Boost COMPONENTS thread
serialization )
if(COMMONCPP2_FOUND AND Boost_FOUND)
macro_optional_add_subdirectory(teamwork)
_______________________________________________
KDevelop-devel mailing list
KDevelop-devel kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinf
o/kdevelop-devel
|