$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] CMake thoughts
From: Fabio Fracassi (f.fracassi_at_[hidden])
Date: 2009-06-06 05:24:58
Robert Bielik schrieb:
> plarroy skrev:
>> I think scons will be much better for building boost.
>>
>> Regards.
>
> This issue is not about building boost. The issue is about including
> boost in a user project (which I guess is the
> ultimate goal?). The "CMake" way is to include CMakeLists.txt files
> hierarchically,
This is not true. The most commonly used CMake way is to use
FindBoost.cmake (which comes with cmake) via find_package(Boost).
and thus include and link to an installed version of boost.
regards
Fabio