Re: [CMake] Patch for FindBoost.cmake

2009-09-09 Thread Joseph Garvin
I must have specified the order of files backwards when I made the patch, the issue is that *currently* in 2.6.4, 2 hyphens happen, my patch is meant to remove hyphens. Looking at trunk though it appears the problem was already found. On Tue, Sep 8, 2009 at 3:34 PM, Andreas Pakulat wrote: > On 0

Re: [CMake] Patch for FindBoost.cmake

2009-09-08 Thread Andreas Pakulat
On 08.09.09 13:47:56, Joseph Garvin wrote: > Without this patch FindBoost.cmake will look for the wrong filenames > when linking against a release build of boost. For debug it looks for > the correct names, but for release it adds spurious hyphens. It looks > like the hyphens used to be necessary,

[CMake] Patch for FindBoost.cmake

2009-09-08 Thread Joseph Garvin
Without this patch FindBoost.cmake will look for the wrong filenames when linking against a release build of boost. For debug it looks for the correct names, but for release it adds spurious hyphens. It looks like the hyphens used to be necessary, then the code changed and someone changed debug to