Bug 166715

Summary: FindBoost.cmake: Boost_MINIMUM_VERSION doesn't work as expected
Product: [Unmaintained] kdelibs Reporter: Vladimir <civil.over>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Vladimir 2008-07-16 12:17:04 UTC
Version:            (using KDE 4.0.98)
Installed from:    Gentoo Packages
Compiler:          gcc 4.3.1 With gentoo patchset.
OS:                Linux

It handles Boost_MINIMUM_VERSION wrong. 1.34.1>1.33.1>1.35.0>1.34.0, but it should be 1.35.0>1.34.1>1.34.0>1.33.1
Reproducable: always. For example try to install umbrello (kdesdk) with boost 1.35.0
Comment 1 Andreas Pakulat 2008-07-16 12:27:37 UTC
has been fixed yesterday.