On 13.12.2013 16:05, Pere Mato Vila wrote:
Hi,
I would like to generate build errors (and/or test output) including html
tags, in particular adding some links associated to some text. Such that on
CDash I could click directly on the link in the build error or test output. Is
there a way t
Hi,
I would like to generate build errors (and/or test output) including html
tags, in particular adding some links associated to some text. Such that on
CDash I could click directly on the link in the build error or test output. Is
there a way to format or scape the html tags such that it a
Andreas Pakulat wrote:
> I'm using CMake 2.8.12.1 here and was wondering wether anybody else run
> into this already? I've tried to come up with a small example, but can't
> seem to get it to trigger the CMP warning at all.
An example shows that it works for me too.
What prevents you from reducin
On 13.12.2013 10:43, Lars wrote:
Using the include_regular_expression macro made a huge difference. The
build time was reduced by more than 50%.
The regular expression appear to be only applied to part of
the dependency file path. So in the case of Boost this
works pretty well for us because
Using the include_regular_expression macro made a huge difference. The build
time was reduced by more than 50%.
The regular expression appear to be only applied to part of the dependency file
path. So in the case of Boost this works pretty well for us because we use
#include but more difficul