MantisBT - CMake
View Issue Details
0006869CMakeModulespublic2008-04-22 07:432008-07-03 16:01
Martin Apel 
Douglas Gregor 
normaltrivialalways
closedfixed 
CMake-2-6 
CMake-2-6 
0006869: FindBoost is missing support for finding Boost version 1.35
FindBoost.cmake contains a list of explicitly support Boost versions, which does not contain 1.35. The list should be extended appropriately:

# Add in some path suffixes. These will have to be updated whenever a new Boost version comes out.
SET(SUFFIX_FOR_PATH
 boost-1_35
 boost-1_34_1
 boost-1_34_0
 boost-1_34
 boost-1_33_1
 boost-1_33_0
)
No tags attached.
Issue History
2008-04-22 07:43Martin ApelNew Issue
2008-04-22 13:12Douglas GregorStatusnew => assigned
2008-04-22 13:12Douglas GregorAssigned To => Douglas Gregor
2008-04-22 13:19Douglas GregorStatusassigned => resolved
2008-04-22 13:19Douglas GregorFixed in Version => CMake-2-6
2008-04-22 13:19Douglas GregorResolutionopen => fixed
2008-04-22 13:19Douglas GregorNote Added: 0011486
2008-07-03 16:01Douglas GregorStatusresolved => closed

Notes
(0011486)
Douglas Gregor   
2008-04-22 13:19   
The updated FindBoost module handles newer Boost versions (including 1.35.0).