From 1d6bfd09902817ed54eb843da51ff781458596bd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 1 Jul 2017 04:39:16 +0300 Subject: [PATCH] Make Boost.Exception header-only --- cmake/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/Jamfile b/cmake/Jamfile index 4df20b3b4a..b41cd70c26 100644 --- a/cmake/Jamfile +++ b/cmake/Jamfile @@ -392,8 +392,9 @@ for dir in $(library-dirs) local config-targets ; # boost_math, a dependency of lexical_cast, has six optional libraries, none of which named boost_math + # boost_exception has an optional MSVC-only library, which creates problems under Linux - if [ exists $(dir)/build ] && [ exists $(dir)/src ] && $(name) != "math" + if [ exists $(dir)/build ] && [ exists $(dir)/src ] && $(name) != "math" && $(name) != "exception" { .info Library $(name) is not header-only ;