[CMake] Problem with FindBoost
Rodolfo Lima
rodolfo at rodsoft.org
Mon Jan 12 06:18:46 EST 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?
Regards,
rod
More information about the CMake
mailing list