MantisBT - CMake
View Issue Details
0011238CMakeModulespublic2010-09-15 10:122010-09-15 15:03
mwoehlke 
 
normalminorsometimes
closedduplicate 
CMake-2-8 
 
0011238: FindBoost.cmake should add thread library to Boost_LIBRARIES
Projects linking to boost may also depend on a thread library via boost headers. It would be preferred if FindBoost.cmake could detect use of thread-using components (asio, thread, etc.) and add the appropriate thread library (usually pthread, as Windows native does not need a separate thread library linked) to Boost_LIBRARIES.
No tags attached.
duplicate of 0010692closed Philip Lowman FindBoost fails to add -lpthread 
Issue History
2010-09-15 10:12mwoehlkeNew Issue
2010-09-15 10:17mwoehlkeNote Added: 0022224
2010-09-15 15:02Philip LowmanRelationship addedduplicate of 0010692
2010-09-15 15:03Philip LowmanNote Added: 0022231
2010-09-15 15:03Philip LowmanStatusnew => closed
2010-09-15 15:03Philip LowmanResolutionopen => duplicate

Notes
(0022224)
mwoehlke   
2010-09-15 10:17   
See also http://public.kitware.com/Bug/view.php?id=11121, [^] http://www.cmake.org/pipermail/cmake/2010-September/039510.html [^]
(0022231)
Philip Lowman   
2010-09-15 15:03   
Marked this as a duplicate of 10692. I copied the links you included onto that ticket. I'll try to address this after 2.8.3.