MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007157 | CMake | Modules | public | 2008-06-03 17:51 | 2008-07-03 16:00 |
| Reporter | Rodolfo Schulz de Lima | ||||
| Assigned To | Douglas Gregor | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | CMake-2-6 | |||
| Summary | 0007157: FindBoost doesn't find boost libraries infixed by gcc with version | ||||
| Description | In my boost installation, the boost libraries are named: libboost_date_time-gcc43-mt-1_35.so.1.35.0 libboost_thread-gcc43-mt.so an so on. The FindBoost from trunk fail to parse the gcc version to come up with the -gcc43- part of the lib name. The problem is in the regex used. I didn't check if the same happens on cmake-2.6. The attached patch should correct this. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/1515/findboost_patch.diff | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-06-03 17:51 | Rodolfo Schulz de Lima | New Issue | |||
| 2008-06-03 17:51 | Rodolfo Schulz de Lima | File Added: findboost_patch.diff | |||
| 2008-06-06 11:07 | Bill Hoffman | Status | new => assigned | ||
| 2008-06-06 11:07 | Bill Hoffman | Assigned To | => Douglas Gregor | ||
| 2008-07-03 15:52 | Douglas Gregor | Status | assigned => resolved | ||
| 2008-07-03 15:52 | Douglas Gregor | Fixed in Version | => CMake-2-6 | ||
| 2008-07-03 15:52 | Douglas Gregor | Resolution | open => fixed | ||
| 2008-07-03 15:52 | Douglas Gregor | Note Added: 0012614 | |||
| 2008-07-03 16:00 | Douglas Gregor | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||