On Tue, Aug 18, 2009 at 11:05 AM, Pau Garcia i Quiles <[email protected]>wrote:
> On Tue, Aug 18, 2009 at 4:47 PM, James C. > Sutherland<[email protected]> wrote: > > The new boost libraries (as of version 1.40) will not have all of the > extra > > information like compiler info and boost version tagged onto the library > > name. > > > > Is there going to be a patch released for the FindBoost.cmake to conform > to > > the new library naming convention? > > > > Will the change be a breaking change or will backward compatibility be > > maintained? > > In case anyone is wondering what's James talking about, this is the > thread you need to read: > http://thread.gmane.org/gmane.comp.lib.boost.user/50407 > > If you use "--layout=tagged" parameter when building Boost, libraries > will have the decorations (compiler, version, etc) they have had until > 1.39.0, so the patch must keep backwards compatibility. It's just an > additional test to be performed. This doesn't pose a problem for FindBoost as there already is a search for the name of the boost libraries without decorations. Thanks for bringing it up though. Also, the layout does remain tagged for MSVC by default so this appears to be nothing but a cosmetic change of behavior on Unix platforms to workaround package maintainers complaining. :) -- Philip Lowman
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
