On Sat, May 16, 2009 at 11:38 PM, Steven Watanabe <watanabesj@gmail.com> 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.