Discussion:
[boost] [build] header-only lib need dir 'build'?
Oliver Kowalke via Boost
2017-07-05 05:41:51 UTC
Permalink
Hi,
does a header-only library require sub-directory 'build' (especially if the
lib depends on another, non-header-only library)?
In other words; is it safe to remove sub-directory 'build' from
boost.coroutine2?
thx,
Oliver

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Peter Dimov via Boost
2017-07-05 11:22:33 UTC
Permalink
Post by Oliver Kowalke via Boost
Hi,
does a header-only library require sub-directory 'build' (especially if
the lib depends on another, non-header-only library)?
No, it doesn't; it just confuses the top-level build that the library
requires building.


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Oliver Kowalke via Boost
2017-07-05 11:38:36 UTC
Permalink
Post by Peter Dimov via Boost
Hi,
Post by Oliver Kowalke via Boost
does a header-only library require sub-directory 'build' (especially if
the lib depends on another, non-header-only library)?
No, it doesn't; it just confuses the top-level build that the library
requires building.
OK, thx

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Loading...