MantisBT - CMake
View Issue Details
0008412CMakeModulespublic2009-01-21 00:322010-11-09 22:57
Philip Lowman 
Philip Lowman 
normalmajoralways
closedfixed 
CMake-2-6 
CMake 2.8.3CMake 2.8.3 
0008412: Setting BOOST_ROOT does not guarantee boost libraries detected outside BOOST_ROOT are the correct ones
If detecting of Boost libraries in BOOST_ROOT fails for some reason, FindBoost will continue on searching the system paths and other CMake paths. Since FindBoost includes in its FIND_LIBRARY() calls filenames of the Boost libraries without Boost version in them (e.g. libboost_datetime.so) what can happen is that these libraries get detected (which may be for an older version of Boost) but the detected include path is for a newer version of Boost.
No tags attached.
has duplicate 0007725closed Philip Lowman BOOST_ROOT unusable in FindBoost.cmake 
has duplicate 0011019closed Philip Lowman FindBoost: Potential incoherent behavior when BOOST_ROOT is set and there is a boost installation in system directories 
Issue History
2009-01-21 00:32Philip LowmanNew Issue
2009-01-21 00:33Philip LowmanStatusnew => assigned
2009-01-21 00:33Philip LowmanAssigned To => Philip Lowman
2009-01-21 00:33Philip LowmanRelationship addedrelated to 0007725
2010-09-08 23:44Philip LowmanNote Added: 0022155
2010-09-10 08:39Philip LowmanETAnone => < 1 day
2010-09-10 08:39Philip LowmanTarget Version => CMake 2.8.3
2010-09-12 22:30Philip LowmanRelationship replacedhas duplicate 0007725
2010-09-12 22:31Philip LowmanRelationship addedhas duplicate 0011019
2010-09-12 22:32Philip LowmanNote Added: 0022203
2010-09-12 22:32Philip LowmanStatusassigned => resolved
2010-09-12 22:32Philip LowmanFixed in Version => CMake 2.8.3
2010-09-12 22:32Philip LowmanResolutionopen => fixed
2010-11-09 22:57Philip LowmanStatusresolved => closed

Notes
(0022155)
Philip Lowman   
2010-09-08 23:44   
Will be fixed with Boost_NO_SYSTEM_PATHS
(0022203)
Philip Lowman   
2010-09-12 22:32   
Fix will be in CMake 2.8.3 RC1