View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008412CMakeModulespublic2009-01-21 00:322010-11-09 22:57
ReporterPhilip Lowman 
Assigned ToPhilip Lowman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionCMake 2.8.3Fixed in VersionCMake 2.8.3 
Summary0008412: Setting BOOST_ROOT does not guarantee boost libraries detected outside BOOST_ROOT are the correct ones
DescriptionIf 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.
TagsNo tags attached.
Attached Files

 Relationships
has duplicate 0007725closedPhilip Lowman BOOST_ROOT unusable in FindBoost.cmake 
has duplicate 0011019closedPhilip Lowman FindBoost: Potential incoherent behavior when BOOST_ROOT is set and there is a boost installation in system directories 

  Notes
(0022155)
Philip Lowman (developer)
2010-09-08 23:44

Will be fixed with Boost_NO_SYSTEM_PATHS
(0022203)
Philip Lowman (developer)
2010-09-12 22:32

Fix will be in CMake 2.8.3 RC1

 Issue History
Date Modified Username Field Change
2009-01-21 00:32 Philip Lowman New Issue
2009-01-21 00:33 Philip Lowman Status new => assigned
2009-01-21 00:33 Philip Lowman Assigned To => Philip Lowman
2009-01-21 00:33 Philip Lowman Relationship added related to 0007725
2010-09-08 23:44 Philip Lowman Note Added: 0022155
2010-09-10 08:39 Philip Lowman ETA none => < 1 day
2010-09-10 08:39 Philip Lowman Target Version => CMake 2.8.3
2010-09-12 22:30 Philip Lowman Relationship replaced has duplicate 0007725
2010-09-12 22:31 Philip Lowman Relationship added has duplicate 0011019
2010-09-12 22:32 Philip Lowman Note Added: 0022203
2010-09-12 22:32 Philip Lowman Status assigned => resolved
2010-09-12 22:32 Philip Lowman Fixed in Version => CMake 2.8.3
2010-09-12 22:32 Philip Lowman Resolution open => fixed
2010-11-09 22:57 Philip Lowman Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team