| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0007005 | CMake | CMake | public | 2008-05-13 10:17 | 2008-07-03 15:54 | ||||
| Reporter | Nils Gladitz | ||||||||
| Assigned To | Douglas Gregor | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake-2-6 | ||||||||
| Target Version | Fixed in Version | CMake-2-6 | |||||||
| Summary | 0007005: FindBoost.cmake does not look for headers in stage directory when $ENV{BOOST_ROOT} is set | ||||||||
| Description | On Windows the boost headers are not found when the environment variable BOOST_ROOT points to a boost stage directory (instead of a boost installation). The headers are always contained in a directory called "boost". In a boost installation this seems to be either: "<BOOST_ROOT>\include\boost_-<VERSION>\boost" (working) or "<BOOST_ROOT>\include\boost" (working) in a boost stage directory it is "<BOOST_ROOT>\boost" (not working) though. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0012616) Douglas Gregor (developer) 2008-07-03 15:54 |
BOOST_ROOT should never point into a stage directory, but it can point into a Boost source tree (with a "stage" subdirectory that has built libraries in in). Recently-committed fixes to FindBoost in CMake CVS make this possible |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-05-13 10:17 | Nils Gladitz | New Issue | |
| 2008-05-16 10:01 | Bill Hoffman | Status | new => assigned |
| 2008-05-16 10:01 | Bill Hoffman | Assigned To | => Douglas Gregor |
| 2008-07-03 15:54 | Douglas Gregor | Status | assigned => closed |
| 2008-07-03 15:54 | Douglas Gregor | Note Added: 0012616 | |
| 2008-07-03 15:54 | Douglas Gregor | Resolution | open => fixed |
| 2008-07-03 15:54 | Douglas Gregor | Fixed in Version | => CMake-2-6 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |