MantisBT - CMake
View Issue Details
0007529CMakeModulespublic2008-08-24 05:012009-02-23 22:53
Markus Grabner 
Philip Lowman 
normalmajoralways
closedfixed 
CMake-2-6 
CMake-2-6 
0007529: FindBoost fails to find boost on SuSE 11.0
(Note: this issue is different from http://public.kitware.com/Bug/view.php?id=7508 [^])

The gcc shipped with openSUSE reports its version as "4.3", which doesn't match the regex in FindBoost.cmake at line 376 (the same is probably true for mingw at line 362). The attached patch (against the current CVS head) modifies the regex to also match version numbers in the format "<major>.<minor>".
No tags attached.
patch boost.patch (1,043) 2008-08-24 05:01
https://public.kitware.com/Bug/file/1675/boost.patch
Issue History
2008-08-24 05:01Markus GrabnerNew Issue
2008-08-24 05:01Markus GrabnerFile Added: boost.patch
2008-09-09 13:06Bill HoffmanStatusnew => assigned
2008-09-09 13:06Bill HoffmanAssigned To => Douglas Gregor
2009-01-10 09:26Alex NeundorfCategoryCMake => Modules
2009-01-15 02:09Philip LowmanNote Added: 0014563
2009-01-15 20:03Philip LowmanAssigned ToDouglas Gregor => Philip Lowman
2009-01-15 20:03Philip LowmanStatusassigned => resolved
2009-01-15 20:03Philip LowmanResolutionopen => fixed
2009-02-23 22:53Philip LowmanNote Added: 0015318
2009-02-23 22:53Philip LowmanStatusresolved => closed
2009-02-23 22:53Philip LowmanFixed in Version => CMake-2-6

Notes
(0014563)
Philip Lowman   
2009-01-15 02:09   
Wow, that's awfully silly of SuSE. Patch committed to CVS.

lowman@locke:~/cvs/CMake_write/Modules$ cvs commit FindBoost.cmake
Committer: Philip Lowman <philip@yhbt.com>
/cvsroot/CMake/CMake/Modules/FindBoost.cmake,v <-- FindBoost.cmake
new revision: 1.17; previous revision: 1.16
(0015318)
Philip Lowman   
2009-02-23 22:53   
Fix available in 2.6.3
Thanks for the patch