troy d. straszheim wrote:
> Currently we work with cmake back to 2.6.4, I'd like to do something
> that works independently of cmake's Modules/FindBoost.cmake (I'm frankly
> afraid to even look inside that file). CMake will prefer that file
> unless NO_MODULE is specified, so for users of cmake th
Michael Jackson wrote:
So the problem I see with this is that I still need to know "a priori"
what boost libraries are available on the system so exporting the
targets really doesn't help much, at least not me.
In your example (quoted below) what happens if I don't have the
shared-debug of bo
On Sun, Jun 21, 2009 at 11:46 AM, Philip Lowman wrote:
> On Sat, Jun 20, 2009 at 11:06 PM, Lucas Thode wrote:
>
>>
>>
>
> Might be a bug. On line 641 of FindBoost.cmake, where the
> _boost_LIBRARIES_SEARCH_DIRS variable is initialized, could you try adding
> this line and see if that helps?
>
On Sat, Jun 20, 2009 at 11:06 PM, Lucas Thode wrote:
> This is on Windows XP:
>
> I installed Boost 1.38.0 from the BoostConsulting binary installer (it
> lives in C:\Program Files\Boost\boost_1_38). I also installed CMake
> 4.6-patch4 from its installer. When I run CMake on a CMakeLists.txt
> c
This is on Windows XP:
I installed Boost 1.38.0 from the BoostConsulting binary installer (it lives
in C:\Program Files\Boost\boost_1_38). I also installed CMake 4.6-patch4
from its installer. When I run CMake on a CMakeLists.txt containing:
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREA