On 20.01.08 01:36:26, Hendrik Sattler wrote: > Am Sonntag 20 Januar 2008 schrieb Andreas Schneider: > > Andreas Pakulat wrote: > > > Hi, > > > > Hello, > > > > > apparently the FindBoost.cmake I attached to > > > http://www.cmake.org/Bug/view.php?id=6257 > > > > > > isn't quite perfect - actually not even close. The last few days I've > > > worked with Andreas Schneider to make it work on his and my own system. > > > > > > However thats just two, I'd like to get some more testing feedback from > > > people with other linux distro's (other than debian and opensuse), as > > > well as people installing boost from source and of course other > > > platforms. > > > > it would be great if we could get testing for Windows and MacOSX too. Both > > systems should work in addition. > > From what I see in that .cmake file, the assumed boost configuration on > Windows in -g or -gd. However, I installed the precompiled binaries of boost > and have -s and -sgd. Is there a proposed way of specifying that. Same for > the other two boost options that may eventually be there.
Not quite, the assumed config is either "-gd" for the debug version or only the normal filename for the release version. So you have only -msvc-mt-s-1_34_1 and -msvc-mt-sgd-1_34_1 for the release and debug libs? Andreas -- You will live a long, healthy, happy life and make bags of money. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
