View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008326CMakeModulespublic2008-12-22 20:142009-02-23 22:52
Reporterreedacartwright 
Assigned ToPhilip Lowman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in VersionCMake-2-6 
Summary0008326: [patch] FindBoost cannot find libraries from Boost Consulting (_boost_LIBRARIES_SEARCH_DIRS issue)
DescriptionFindBoost 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.
Additional InformationThis 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}
)
TagsNo tags attached.
Attached Files

 Relationships
related to 0007725closedPhilip Lowman BOOST_ROOT unusable in FindBoost.cmake 
has duplicate 0007593closedPhilip Lowman CMake can't find Boost libraries under Windows 

  Notes
(0014566)
Philip Lowman (developer)
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 (developer)
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 (developer)
2009-02-23 22:52

Fix available in 2.6.3

 Issue History
Date Modified Username Field Change
2008-12-22 20:14 reedacartwright New Issue
2009-01-07 14:32 Bill Hoffman Status new => assigned
2009-01-07 14:32 Bill Hoffman Assigned To => Douglas Gregor
2009-01-15 02:48 Philip Lowman Note Added: 0014566
2009-01-16 04:23 Philip Lowman Relationship added related to 0007725
2009-01-16 04:24 Philip Lowman Note Added: 0014585
2009-01-16 04:24 Philip Lowman Assigned To Douglas Gregor => Philip Lowman
2009-01-16 04:24 Philip Lowman Status assigned => resolved
2009-01-16 04:24 Philip Lowman Resolution open => fixed
2009-01-19 20:21 Philip Lowman Relationship added has duplicate 0007593
2009-02-23 22:52 Philip Lowman Note Added: 0015316
2009-02-23 22:52 Philip Lowman Status resolved => closed
2009-02-23 22:52 Philip Lowman Fixed in Version => CMake-2-6


Copyright © 2000 - 2018 MantisBT Team