$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [cmake] Minimum viable cmakeification for Boost
From: Peter Dimov (lists_at_[hidden])
Date: 2017-06-20 14:12:52
Thomas Heller wrote:
> Err, I tend to highly disagree here. As a library author, I can not know
> if my users need a static or shared library.
You don't have to know. You provide library::static and library::shared
targets, they link to whatever they prefer.