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 ap...@gmx.de

[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

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,

Re: [CMake] Patch to FindBoost.cmake.

2007-08-01 Thread Andreas Schneider
Andreas Pakulat wrote: On 31.07.07 15:11:33, Mike Jackson wrote: I had my own home grown FindBoost.cmake that I have been using but I wanted to start using someone elses in the hopes that it would get put into the cmake distribution.. I was looking at the above FindBoost.cmake and the

Re: [CMake] Patch to FindBoost.cmake.

2007-08-01 Thread Miguel A. Figueroa-Villanueva
On 8/1/07, Andreas Schneider [EMAIL PROTECTED] wrote: Andreas Pakulat wrote: On 31.07.07 15:11:33, Mike Jackson wrote: I had my own home grown FindBoost.cmake that I have been using but I wanted to start using someone elses in the hopes that it would get put into the cmake

Re: [CMake] Patch to FindBoost.cmake.

2007-07-31 Thread Mike Jackson
On Jul 24, 2007, at 8:29 AM, Andreas Schneider wrote: Andreas Pakulat wrote: On 24.07.07 07:35:34, gga wrote: Andreas Schneider wrote: I've rewritten the FindBoost.cmake from scratch some time ago. And we have improved it at OpenWengo. I suggest to ship this version in CMake.

Re: [CMake] Patch to FindBoost.cmake.

2007-07-31 Thread Andreas Pakulat
On 31.07.07 15:11:33, Mike Jackson wrote: I had my own home grown FindBoost.cmake that I have been using but I wanted to start using someone elses in the hopes that it would get put into the cmake distribution.. I was looking at the above FindBoost.cmake and the thing that I seemed to

[CMake] Patch to FindBoost.cmake.

2007-07-24 Thread Václav Haisman
Hi, the FindBoost.cmake does not detect Boost installed by binary package from the Boost Consulting. The patch attached to http://www.cmake.org/Bug/bug.php?op=showbugid=4881pos=0 fixes it for me. -- VH signature.asc Description: OpenPGP digital signature

Re: [CMake] Patch to FindBoost.cmake.

2007-07-24 Thread Andreas Schneider
Václav Haisman wrote: Hi, Hello, the FindBoost.cmake does not detect Boost installed by binary package from the Boost Consulting. The patch attached to http://www.cmake.org/Bug/bug.php?op=showbugid=4881pos=0 fixes it for me. I've rewritten the FindBoost.cmake from scratch some time ago. And

Re: [CMake] Patch to FindBoost.cmake.

2007-07-24 Thread gga
Andreas Schneider wrote: I've rewritten the FindBoost.cmake from scratch some time ago. And we have improved it at OpenWengo. I suggest to ship this version in CMake. http://cmake-modules.googlecode.com/svn/trunk/Modules/Boost/FindBoost.cmake +1 for this. This is without a doubt the

Re: [CMake] Patch to FindBoost.cmake.

2007-07-24 Thread Václav Haisman
Andreas Schneider wrote: Václav Haisman wrote: Hi, Hello, the FindBoost.cmake does not detect Boost installed by binary package from the Boost Consulting. The patch attached to http://www.cmake.org/Bug/bug.php?op=showbugid=4881pos=0 fixes it for me. I've rewritten the FindBoost.cmake

Re: [CMake] Patch to FindBoost.cmake.

2007-07-24 Thread Andreas Schneider
Andreas Pakulat wrote: On 24.07.07 07:35:34, gga wrote: Andreas Schneider wrote: I've rewritten the FindBoost.cmake from scratch some time ago. And we have improved it at OpenWengo. I suggest to ship this version in CMake.