MantisBT - CMake
View Issue Details
0006992CMakeModulespublic2008-05-08 17:032008-07-03 15:56
Andreas Pakulat 
Douglas Gregor 
normalmajoralways
closedfixed 
CMake-2-6 
CMake-2-6 
0006992: FindBoost.cmake doesn't properly detect the requested Boost version
Unfortunately there are a few typographic errors that crept into FindBoost.cmake in CMake 2.6.0. The patch I'll attach fixes them, basically the variables that are set to the boost-version parts are named differently then what is used at the end to check for the required version. Also the output in case a too old version is found lacks the actual version information.
Use FindBoost.cmake and request a higher version than is installed in the system.
No tags attached.
diff FindBoost_fix_version_vars.diff (2,887) 2008-05-08 17:03
https://public.kitware.com/Bug/file/1451/FindBoost_fix_version_vars.diff
Issue History
2008-05-08 17:03Andreas PakulatNew Issue
2008-05-08 17:03Andreas PakulatFile Added: FindBoost_fix_version_vars.diff
2008-05-08 17:13Bill HoffmanStatusnew => assigned
2008-05-08 17:13Bill HoffmanAssigned To => Douglas Gregor
2008-05-09 21:28Douglas GregorStatusassigned => resolved
2008-05-09 21:28Douglas GregorResolutionopen => fixed
2008-05-09 21:28Douglas GregorNote Added: 0011786
2008-07-03 15:56Douglas GregorStatusresolved => closed
2008-07-03 15:56Douglas GregorFixed in Version => CMake-2-6

Notes
(0011786)
Douglas Gregor   
2008-05-09 21:28   
Reviewed and applied the patch to the CMake trunk. I recommend moving this to the CMake 2.6 branch for the next patch release.