View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0008326 | CMake | Modules | public | 2008-12-22 20:14 | 2009-02-23 22:52 | ||||
Reporter | reedacartwright | ||||||||
Assigned To | Philip Lowman | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-6 | ||||||||
Target Version | Fixed in Version | CMake-2-6 | |||||||
Summary | 0008326: [patch] FindBoost cannot find libraries from Boost Consulting (_boost_LIBRARIES_SEARCH_DIRS issue) | ||||||||
Description | 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. | ||||||||
Additional Information | 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} ) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |||||||||||
|
Relationships |
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 |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |