|
Boost Testing : |
Subject: [Boost-testing] All runners on develop are failing.
From: Tom Kent (lists_at_[hidden])
Date: 2014-08-15 21:13:13
It is looking for the endian library...which I have, but is still failing.
error: Unable to find file or target named
error: '../libs/endian/'
error: referred to from project at
error: '.'
I did a:
git checkout develop
git pull
git submodule update --init
on my repository, which caused the previously empty endian directory to be
populated, but still getting the error.
Thoughts?
Tom