$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-11-26 17:51:55
Vinnie Falco wrote:
> The CMakeLists.txt is for building a Visual Studio Project file only, it
> is not supported for anything else.
We probably need some policy on acceptable CMakeLists.txt files, which the
above isn't. A top-level CMakeLists.txt file is discoverable for both users
and globs and should meet some minimum requirements.
If you want an implementation-detail CMakeLists.txt file, full of bad
practices and only useful to you, put that in a directory somewhere.