| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0005057 | CMake | Modules | public | 2007-05-18 05:57 | 2008-07-03 16:00 | ||||
| Reporter | Mike Talbot | ||||||||
| Assigned To | Bill Hoffman | ||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | CMake-2-6 | |||||||
| Summary | 0005057: FindBoost.cmake enhancement | ||||||||
| Description | I have added some (basic) support for boost libraries in FindBoost.cmake, so that you should be able to do something like this: FIND_PACKAGE(Boost) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) ADD_EXECUTABLE(signal signal.cpp) TARGET_LINK_LIBRARIES(signal ${Boost_signal_LIBRARIES}) | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0007810) Gert Wollny (reporter) 2007-06-06 12:55 |
The .diff adds unit_test_framework to the lists of libraries, and removes a bug when no suffix is given at all. In the latter case, a trailing "-" was added to the library name. |
|
(0011489) Douglas Gregor (developer) 2008-04-22 13:34 |
This is handled by using the COMPONENTS feature in the new FindBoost. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2007-08-23 14:05 | Alex Neundorf | Category | CMake => Modules |
| 2008-04-22 13:34 | Douglas Gregor | Status | assigned => resolved |
| 2008-04-22 13:34 | Douglas Gregor | Fixed in Version | => CMake-2-6 |
| 2008-04-22 13:34 | Douglas Gregor | Resolution | open => fixed |
| 2008-04-22 13:34 | Douglas Gregor | Note Added: 0011489 | |
| 2008-07-03 16:00 | Douglas Gregor | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |