mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 01:08:14 +00:00
Make Boost.Exception header-only
This commit is contained in:
parent
edd26fbb40
commit
1d6bfd0990
1 changed files with 2 additions and 1 deletions
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue