$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost tests with cmake
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-07-30 21:05:03
On Fri, Jul 28, 2017 at 5:03 PM, paul via Boost <boost_at_[hidden]> wrote:
> https://github.com/pfultz2/boost-cmake-demo/tree/bcm-test-demo
This is great, thanks for the efforts! I'm having just a tiny problem
on Windows. From the root of that repo I do:
cd libs/system
mkdir bin
cd bin
cmake ..
And I get these errors:
<https://gist.github.com/vinniefalco/4105a9a6d056ea1c67014574d2a0cd87>
Can anyone help? I would like to make sure that whatever we do with
cmake, we get usable Visual Studio and Xcode project files.
Thanks