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
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/
_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
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
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
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
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
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