MantisBT - CMake |
View Issue Details |
|
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. |
Steps To Reproduce | |
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. |
Relationships | related to | 0007725 | closed | Philip Lowman | BOOST_ROOT unusable in FindBoost.cmake | has duplicate | 0007593 | closed | Philip Lowman | CMake can't find Boost libraries under Windows |
|
Attached Files | |
|
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 |