MantisBT - CMake
View Issue Details
0008326CMakeModulespublic2008-12-22 20:142009-02-23 22:52
reedacartwright 
Philip Lowman 
normalmajoralways
closedfixed 
CMake-2-6 
CMake-2-6 
0008326: [patch] FindBoost cannot find libraries from Boost Consulting (_boost_LIBRARIES_SEARCH_DIRS issue)
FindBoost has no difficulty finding the headers and version number of the boost library installed. However, it does not update _boost_LIBRARIES_SEARCH_DIRS with the found version number.
This can be fixed by adding the following line after version extraction, (circa line 339)

SET(_boost_LIBRARIES_SEARCH_DIRS
  "$ENV{ProgramFiles}/boost/boost_${Boost_MAJOR_VERSION}_${Boost_MINOR_VERSION}_${Boost_SUBMINOR_VERSION}/lib"
  ${_boost_LIBRARIES_SEARCH_DIRS}
)
No tags attached.
related to 0007725closed Philip Lowman BOOST_ROOT unusable in FindBoost.cmake 
has duplicate 0007593closed Philip Lowman CMake can't find Boost libraries under Windows 
Issue History
2008-12-22 20:14reedacartwrightNew Issue
2009-01-07 14:32Bill HoffmanStatusnew => assigned
2009-01-07 14:32Bill HoffmanAssigned To => Douglas Gregor
2009-01-15 02:48Philip LowmanNote Added: 0014566
2009-01-16 04:23Philip LowmanRelationship addedrelated to 0007725
2009-01-16 04:24Philip LowmanNote Added: 0014585
2009-01-16 04:24Philip LowmanAssigned ToDouglas Gregor => Philip Lowman
2009-01-16 04:24Philip LowmanStatusassigned => resolved
2009-01-16 04:24Philip LowmanResolutionopen => fixed
2009-01-19 20:21Philip LowmanRelationship addedhas duplicate 0007593
2009-02-23 22:52Philip LowmanNote Added: 0015316
2009-02-23 22:52Philip LowmanStatusresolved => closed
2009-02-23 22:52Philip LowmanFixed in Version => CMake-2-6

Notes
(0014566)
Philip Lowman   
2009-01-15 02:48   
Due to some code changes to FindBoost I had to restructure your patch. I will test it the next time I'm in Windows and hopefully release a fix to CVS soon.
(0014585)
Philip Lowman   
2009-01-16 04:24   
All fixed in latest CVS. If you have any further issues please reopen or file a new ticket, thanks.

lowman@locke:~/cvs/CMake_write/Modules$ cvs commit FindBoost.cmake
Committer: Philip Lowman <philip@yhbt.com>
/cvsroot/CMake/CMake/Modules/FindBoost.cmake,v <-- FindBoost.cmake
new revision: 1.18; previous revision: 1.17
(0015316)
Philip Lowman   
2009-02-23 22:52   
Fix available in 2.6.3