MantisBT - CMake
View Issue Details
0007157CMakeModulespublic2008-06-03 17:512008-07-03 16:00
Rodolfo Schulz de Lima 
Douglas Gregor 
normalmajoralways
closedfixed 
 
CMake-2-6 
0007157: FindBoost doesn't find boost libraries infixed by gcc with version
In my boost installation, the boost libraries are named:
libboost_date_time-gcc43-mt-1_35.so.1.35.0
libboost_thread-gcc43-mt.so

an so on.

The FindBoost from trunk fail to parse the gcc version to come up with the -gcc43- part of the lib name. The problem is in the regex used. I didn't check if the same happens on cmake-2.6.

The attached patch should correct this.
No tags attached.
diff findboost_patch.diff (916) 2008-06-03 17:51
https://public.kitware.com/Bug/file/1515/findboost_patch.diff
Issue History
2008-06-03 17:51Rodolfo Schulz de LimaNew Issue
2008-06-03 17:51Rodolfo Schulz de LimaFile Added: findboost_patch.diff
2008-06-06 11:07Bill HoffmanStatusnew => assigned
2008-06-06 11:07Bill HoffmanAssigned To => Douglas Gregor
2008-07-03 15:52Douglas GregorStatusassigned => resolved
2008-07-03 15:52Douglas GregorFixed in Version => CMake-2-6
2008-07-03 15:52Douglas GregorResolutionopen => fixed
2008-07-03 15:52Douglas GregorNote Added: 0012614
2008-07-03 16:00Douglas GregorStatusresolved => closed

Notes
(0012614)
Douglas Gregor   
2008-07-03 15:52   
Fixed in CMake CVS.