Re: [CMake] Problems with FindBoost.cmake

2012-07-31 Thread Christian Henning
Hi Steve, that was it! > Set Boost_USE_STATIC_RUNTIME OFF. You're using shared runtime: > http://www.boost.org/doc/libs/1_50_0/more/getting_started/windows.html#library-naming Yep, my fault. When I turn off Boost_USE_STATIC_RUNTIME everything works. Thanks again! Christian -- Powered by www.

Re: [CMake] Problems with FindBoost.cmake

2012-07-31 Thread Michael Jackson
On Jul 31, 2012, at 9:48 AM, Christian Henning wrote: > Hi Mike, > > On Mon, Jul 30, 2012 at 9:24 PM, Michael Jackson > wrote: >> Where is your boost installed at? What operating system are you using? Is >> this boost precompiled or compiled by you? >> If you set BOOST_ROOT as a cmake variable

Re: [CMake] Problems with FindBoost.cmake

2012-07-31 Thread Christian Henning
Hi Mike, On Mon, Jul 30, 2012 at 9:24 PM, Michael Jackson wrote: > Where is your boost installed at? What operating system are you using? Is > this boost precompiled or compiled by you? > If you set BOOST_ROOT as a cmake variable and point it to the top level > directory of your boost installat

Re: [CMake] Problems with FindBoost.cmake

2012-07-31 Thread Christian Henning
Hi Steve, I think you got me a step further. Thanks. See below: On Mon, Jul 30, 2012 at 9:11 PM, Steve deRosier wrote: > On Mon, Jul 30, 2012 at 5:44 PM, Christian Henning > wrote: >> Hi there, I'm trying to figure why cmake cannot find my boost >> installation. Actually, I'm working of some o

Re: [CMake] Problems with FindBoost.cmake

2012-07-30 Thread Michael Jackson
Where is your boost installed at? What operating system are you using? Is this boost precompiled or compiled by you? If you set BOOST_ROOT as a cmake variable and point it to the top level directory of your boost installation does that help? For example if you boost is installed in C:\Boost then

[CMake] Problems with FindBoost.cmake

2012-07-30 Thread Christian Henning
Hi there, I'm trying to figure why cmake cannot find my boost installation. Actually, I'm working of some outdated boost's trunk version ( 1.50 ). I'm setting various variables, like BOOST_ROOT, BOOST_INCLUDEDIR, etc. But findBoost.cmake always comes up with Boost_FOUND = FALSE. Here is the output