$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] I can't build boost!
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2009-05-17 10:55:10
On Sat, May 16, 2009 at 11:38 PM, Steven Watanabe <watanabesj_at_[hidden]>wrote:
>
> Yes it has always been this way. The naming convention is
> static library: libboost_xxx.lib
> import library: boost_xxx.lib
> dll: boost_xxx.dll
>
> This allows the import libraries to be distinguished from the static
> libraries.
That's what I thought, but I just wanted to make sure I wasn't forgetting.
Looks like CMake's FindBoost.cmake module is broken, then. I'll let them
know.