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. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) _______________________________________________ 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
