View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005057CMakeModulespublic2007-05-18 05:572008-07-03 16:00
ReporterMike Talbot 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in VersionCMake-2-6 
Summary0005057: FindBoost.cmake enhancement
DescriptionI 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})
TagsNo tags attached.
Attached Files? file icon FindBoost.cmake [^] (10,504 bytes) 1969-12-31 19:00
diff file icon FindBoost.cmake.diff [^] (1,045 bytes) 1969-12-31 19:00 [Show Content]

 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.

 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


Copyright © 2000 - 2018 MantisBT Team