MantisBT - CMake
View Issue Details
0006679CMakeCMakepublic2008-03-28 18:422008-07-03 16:01
amaclean 
Douglas Gregor 
normalmajoralways
closedfixed 
CMake-2-6 
CMake-2-6 
0006679: Path Suffix update needed in FindBoost.cmake
In FindBoost.cmake, we need to update SUFFIX_FOR_PATH in order to support the version 1_35 release of boost, just add in the line "boost-1_34" as follows:
SET(SUFFIX_FOR_PATH
 boost-1_35_1
 boost-1_35_0
 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-03-28 18:42amacleanNew Issue
2008-03-28 18:58amacleanNote Added: 0010970
2008-04-22 13:20Douglas GregorStatusnew => resolved
2008-04-22 13:20Douglas GregorFixed in Version => CMake-2-6
2008-04-22 13:20Douglas GregorResolutionopen => fixed
2008-04-22 13:20Douglas GregorAssigned To => Douglas Gregor
2008-04-22 13:20Douglas GregorNote Added: 0011487
2008-07-03 16:01Douglas GregorStatusresolved => closed

Notes
(0010970)
amaclean   
2008-03-28 18:58   
The first sentence should read:
In FindBoost.cmake, we need to update SUFFIX_FOR_PATH in order to support the version 1_35 release of boost, just add in the line "boost-1_35" as follows:
(0011487)
Douglas Gregor   
2008-04-22 13:20   
Fixed by new FindBoost module.