Re: [CMake] How to find versioned Boost libraries?

2009-02-19 Thread Peter Simons
Pau Garcia i Quiles writes: > SET( Boost_ADDITIONAL_VERSIONS 1.38 1.38.0 ) I tried version 2.6.3-RC-15, and the build succeeded nicely. Thanks for your help! Take care, Peter ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] How to find versioned Boost libraries?

2009-02-19 Thread Peter Simons
Pau Garcia i Quiles writes: > FindBoost.cmake from CMake 2.6.2 does not look for Boost 1.37.0 or > newer by default. Either you update to CMake CVS (or 2.6.3RC), or you > do this: > > SET( Boost_ADDITIONAL_VERSIONS 1.38 1.38.0 ) I added that line to my CMakeLists.txt file, but it doesn't see

[CMake] How to find versioned Boost libraries?

2009-02-19 Thread Peter Simons
Hi, I'm having trouble using CMake's FindBoost() with versioned libraries. Boost.System, for example, exists in the following variants: libboost_system-gcc43-mt-1_38.a libboost_system-gcc43-mt.a libboost_system-gcc43-1_38.a libboost_system-gcc43.a ... Apparently, CMake 2.6.2 won't reco