From b850c1fc9adfe77eb4c114ac14c35e2b69ecb4bb Mon Sep 17 00:00:00 2001 From: Alexander Karzhenkov Date: Thu, 5 Oct 2017 21:31:36 +0500 Subject: [PATCH] Auto-detection of default value --- Jamroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamroot b/Jamroot index 2efc5f4e4e..6871b87d06 100644 --- a/Jamroot +++ b/Jamroot @@ -129,6 +129,7 @@ import xsltproc ; import set ; import path ; import link ; +import threadapi-feature ; path-constant BOOST_ROOT : . ; constant BOOST_VERSION : 1.66.0 ; @@ -169,6 +170,7 @@ project boost como-linux:_GNU_SOURCE=1 # When building docs within Boost, we want the standard Boost style boost.defaults=Boost + @threadapi-feature.detect : usage-requirements . : build-dir bin.v2 ;