Re: [Boost-cmake] CMake thoughts

2009-06-08 Thread Robert Bielik
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 w

[Boost-cmake] CMake thoughts

2009-06-08 Thread Robert Bielik
Hi, The preliminary CMake file in the distr. (1.38.0) is IMHO way, WAY too complex. It makes no sense to have each sublib as a separate project, and in all different flavors at that (debug/rel/mt/st). It seems as it is designed just to create the boost libraries, which in my view in a non-sens