$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] CMake Announcement from Boost Steering Committee
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-22 12:38:31
Niall Douglas wrote:
> As I already mentioned in another post, specifying the entire
> configuration in the target name is exactly the right way to implement
> modern cmake 3.
Wouldn't this, if taken to its logical conclusion, amount to a (poor?)
reimplementation of Boost.Build in CMake? I mean, once you have
target-<variant>debug-<link>static that's pretty much what it is.