19 Jul
2017
19 Jul
'17
7:01 p.m.
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.