KDE/kdevplatform/plugins

Andreas Pakulat apaku at gmx.de
Sat Jan 19 08:30:54 UTC 2008


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 at 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)




More information about the KDevelop-devel mailing list