Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
Those changes are in my git clone. If you want to pull from there.. _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Oh

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > So I say go for it until someone has a problem with it. Roger. Will this be in with the changes you want me to pull? -t ___ Boost-cmake mailing list Boost-cmake@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
_I_ don't see a reason considering that boost.cmake allows both Static and Shared in the same build so there really isn't a choice. Also, there does not really seem to be any consensus on Windows how to name libraries. So I say go for it until someone has a problem with it. -- Mike Jackson

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > > In the FindBoost.cmake file there is a line like: > > # Setting some more suffixes for the library > SET (Boost_LIB_PREFIX "") > if ( WIN32 AND Boost_USE_STATIC_LIBS ) > SET (Boost_LIB_PREFIX "lib") > endif() > > Which means the Boost.Cmake project really n

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
On 12/16/09 2:11 PM, in article 87fx7a3fa0@resophonic.com, "Troy D. Straszheim" wrote: > Michael Jackson writes: > >> On 12/16/09 1:41 PM, in article >> 2a66cbe0-57c7-45d4-8d44-cddc6b935...@bluequartz.net, >> "Michael Jackson" >> wrote: >> >>> Trying things out on windows and I noticed that

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > On 12/16/09 1:41 PM, in article > 2a66cbe0-57c7-45d4-8d44-cddc6b935...@bluequartz.net, "Michael Jackson" > wrote: > >> Trying things out on windows and I noticed that when I build static >> libraries that the names of the libraries are NOT prefixed with "lib" >> like in

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Michael Jackson
On 12/16/09 1:41 PM, in article 2a66cbe0-57c7-45d4-8d44-cddc6b935...@bluequartz.net, "Michael Jackson" wrote: > Trying things out on windows and I noticed that when I build static > libraries that the names of the libraries are NOT prefixed with "lib" > like in the bjam version of the build. This

Re: [Boost-cmake] Another small issue with Boost.CMake and FindBoost.cmake

2009-12-16 Thread Troy D. Straszheim
Michael Jackson writes: > Trying things out on windows and I noticed that when I build static > libraries that the names of the libraries are NOT prefixed with "lib" > like in the bjam version of the build. This causes the FindBoost > included with CMake 2.6.4 and 2.8.0 to NOT find an installed b