MantisBT - CMake
View Issue Details
0008404CMakeModulespublic2009-01-19 22:342009-02-23 22:43
Philip Lowman 
Philip Lowman 
normalmajoralways
closedfixed 
 
CMake-2-6 
0008404: FindBoost in CMake 2.6.2 doesn't work on Gentoo
Users's original email message to CMake mailing list...
See thread "Problems with Boost" dated 1/11/2009



Hi, I'd just like to add that in order to use FindBoost in a recent
Gentoo boost installation I had to add the following library patterns to
be searched for:

 ${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${Boost_LIB_VERSION}
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}-${_boost_ABI_TAG}-${Boost_LIB_VERSION}

and their corresponding static libraries:

${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}-${Boost_LIB_VERSION}
${Boost_LIB_PREFIX}boost_${COMPONENT}${_boost_MULTITHREADED}${_boost_STATIC_TAG}${_boost_ABI_TAG}-${Boost_LIB_VERSION}

Does anyone mind to add them to the cmake's FindBoost.cmake? Do I have
to create a bug report on this?
No tags attached.
related to 0007508closed Philip Lowman FindBoost fails to find boost on SuSE 10.3 
Issue History
2009-01-19 22:34Philip LowmanNew Issue
2009-01-19 22:52Philip LowmanNote Added: 0014641
2009-01-19 22:52Philip LowmanAssigned To => Philip Lowman
2009-01-19 22:52Philip LowmanStatusnew => resolved
2009-01-19 22:52Philip LowmanResolutionopen => fixed
2009-01-19 23:00Philip LowmanRelationship addedrelated to 0007508
2009-02-23 22:43Philip LowmanNote Added: 0015307
2009-02-23 22:43Philip LowmanStatusresolved => closed
2009-02-23 22:43Philip LowmanFixed in Version => CMake-2-6

Notes
(0014641)
Philip Lowman   
2009-01-19 22:52   
Should be resolved now

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.31; previous revision: 1.30
(0015307)
Philip Lowman   
2009-02-23 22:43   
Fix available in 2.6.3