Re: [Boost-cmake] [CMake] cmake and boost

2010-07-16 Thread Isidor Zeuner
Hello Frederic, > > So after many tries, I found the cmake file where to correct things : > boost-1.41.0.cmake0\tools\build\CMake\BoostConfig.cmake > where we have to add : > > elseif(MSVC10) > set(BOOST_TOOLSET "vc100") > set(BOOST_COMPILER "msvc") > set(BOOST_COMPILER_VERSION "10.0") > A

Re: [Boost-cmake] [Query] Using cmake to cross compile

2010-07-16 Thread Isidor Zeuner
> 2010/7/9 Alapkumar Sinha > > > But when I do “cmake -DCMAKE_INSTALL_PREFIX=/root/Alap/md/ > > /root/Alap/md/boost_1_43_0”. I get this following error: > > > > The source directory "/root/Alap/md/boost_1_43_0" does not appear to > > contain CMakeLists.txt > > > > Boost_1_43_0 is the folder wher

Re: [Boost-cmake] [Query] Using cmake to cross compile

2010-07-16 Thread Denis Arnaud
2010/7/16 Isidor Zeuner > > repository: https://bugzilla.redhat.com/show_bug.cgi?id=607615 > > > > > I've successfully built (for Fedora/RedHat) Boost-1.44 from that > Denis, I didn't realize the repository I put up is considered for > Fedora integration. I think that's great news! > Well, it m

Re: [Boost-cmake] [CMake] cmake and boost

2010-07-16 Thread Brian Davis
I too had some patches that help boost play nice with multiple third party libraries using the "With boost source in a subdirectory of your source" as explained in http://sodium.resophonic.com/boost-cmake/current-docs/exported_targets.htmlfor windows targets testing on XP, Windows Server 2008 x64