$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [boost, config, context, log, 1.58] address-model and architecture detection
From: Stephen Kelly (hello_at_[hidden])
Date: 2015-04-07 16:09:35
Klaim - Joël Lamotte wrote:
> Both building the OS native binaries and having a convention to identify
> both 32 and 64bit versions would help.
If you teach b2 to generate cmake config packages you can tell CMake what it
needs to know.
http://www.cmake.org/cmake/help/v3.2/manual/cmake-packages.7.html
For reference, Qt5 qmake and the llvm automake buildsystem generate cmake
config packages.
Thanks,
Steve.