[CMake] Problem with FindBoost

Philip Lowman philip at yhbt.com
Mon Jan 19 19:39:24 EST 2009


On Mon, Jan 12, 2009 at 6:18 AM, Rodolfo Lima <rodolfo at rodsoft.org> wrote:

> 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?


I'm guessing this may have been caused by a bug in compiler tag
autodetection.  Can you please try this latest CVS FindBoost.cmake with
CMake 2.6.2 or greater and see if the problem still exists?

If it doesn't work please clear cache, SET(Boost_DEBUG TRUE) and post the
output.

http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Modules/FindBoost.cmake?root=CMake


-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090119/f2584520/attachment.htm>


More information about the CMake mailing list