$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] CMake Announcement from Boost Steering Committee
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2017-07-19 19:01:11
I looked at your Cmake file for a library I maintain - the boost.build
links only against boost.thread if std::thread is not available (feature
checks). I'm missing this feature in all Cmake files presented in this
thread (dev/user ML). It seams that Cmake will always link against
boost.thread.
Beside this, other aspects in the Jamfile are not ported to Cmake too. I'm
wondering why.