$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bill Hoffman (bill.hoffman_at_[hidden])
Date: 2007-05-11 14:36:53
Martin Wille wrote:
> Doug Gregor wrote:
>
>
>> I'm quite certain that library developers aren't our main audience.
>> Rather, I expect most Boost users are application developers. Most
>> applications are only built on one compiler per platform, since
>> you're not going to ship binaries built two compilers on the same
>> platform.
>>
>
>
> I use the same source tree (via NFS or other means) on several different
> machines. So, even if there's only one toolset to use per platform, it's
> still several toolsets per source tree.
>
I often work with several different compilers on the same machine with
CMake and a single source tree.
This is not a problem for CMake, you just have a separate build tree for
each tool set used.
-Bill