MantisBT - CMake
View Issue Details
0007864CMakeModulespublic2008-10-28 02:562009-02-23 22:49
phils 
Philip Lowman 
normaltrivialalways
closedfixed 
CMake-2-6 
CMake-2-6 
0007864: FindBoost.cmake Boost_LIBRARY_DIRS
The variable Boost_LIBRARY_DIRS contains the paths "optimized" and "debug" if both, debug and release libraries are found. The appended patch ( against CVS HEAD ) eliminates paths that aren't real paths. This works for me on Windows and several Linux systems.
It's not really a problem, but the patch shortens the linker command line...
No tags attached.
patch FindBoost.cmake.patch (1,135) 2008-10-28 02:56
https://public.kitware.com/Bug/file/1803/*
Issue History
2008-10-28 02:56philsNew Issue
2008-10-28 02:56philsFile Added: FindBoost.cmake.patch
2009-01-15 13:01Bill HoffmanStatusnew => assigned
2009-01-15 13:01Bill HoffmanAssigned To => Philip Lowman
2009-01-18 15:19Philip LowmanNote Added: 0014604
2009-01-18 15:19Philip LowmanStatusassigned => resolved
2009-01-18 15:19Philip LowmanResolutionopen => fixed
2009-02-23 22:49Philip LowmanNote Added: 0015314
2009-02-23 22:49Philip LowmanStatusresolved => closed
2009-02-23 22:49Philip LowmanFixed in Version => CMake-2-6

Notes
(0014604)
Philip Lowman   
2009-01-18 15:19   
Fixed

Committer: Philip Lowman <philip@yhbt.com>
/cvsroot/CMake/CMake/Modules/FindBoost.cmake,v <-- FindBoost.cmake
new revision: 1.19; previous revision: 1.18
(0015314)
Philip Lowman   
2009-02-23 22:49   
Thanks, patch is in 2.6.3 release