[CMake] FindBoost.cmake not (fully) honoring BOOST_ROOT

2011-11-16 Thread Ben Boeckel
Hi, Using the 'release' branch of CMake, it seems that FindBoost.cmake got broken such that when BOOST_ROOT is set, the system copy of boost is still found, effectively ignoring whatever BOOST_ROOT sets. This doesn't work at all for projects where a newer boost than the system version is needed.

Re: [CMake] FindBoost.cmake not (fully) honoring BOOST_ROOT

2011-11-16 Thread Alain Leblanc
This is not a new issue, as you can see in this thread: http://www.cmake.org/pipermail/cmake/2010-March/035889.html Very frustrating. I think in the end I removed the system installation. May not be an option for everyone. On 11/16/2011 10:32 AM, Ben Boeckel wrote: Hi, Using the 'release'