FYI, the "Use-file" approach in CMake land has been superceded by
CMake package files:

 http://www.cmake.org/Wiki/CMake_2.6_Notes#Packages

If Boost were to provide BoostConfig.cmake and BoostConfigVersion.cmake
files in its installation, then 'FindBoost.cmake' will be very simple.
All problems with platform-specific mangling of library names go away,
and we won't need to update CMake to know how to find each new Boost
version.

-Brad

That was what I was after. Obviously I am a bit "behind the times" on this one.

Thanks for the update. I'll start applying that to some other projects that I am working on.

Me too. Thanks!

/Rob
_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to