[cmake-developers] How to get a nightly build process going.

Chuck Atkins chuck.atkins at kitware.com
Tue Sep 2 09:25:51 EDT 2014


It seems so.  I was thrown off by the multiple levels of indirection
happening since the actual values in the OPTIONAL_INCLUDES end up as
"foo1;foo2-NOTFOUND;bar".  I was thinking that if(VARNAME) would only work
if the value of VARNAME was actually "VARNAME-NOTFOUND" but that's not the
case, it works so long as "-NOTFOUND" is a suffix.

- Chuck


On Tue, Sep 2, 2014 at 1:37 AM, Rolf Eike Beer <eike at sf-mail.de> wrote:

> Am Montag, 1. September 2014, 14:35:41 schrieb Chuck Atkins:
> > Back on topic...
> >
> > > Solaris 10 + SolarisStudio
> > > http://open.cdash.org/buildSummary.php?buildid=3470493
> > > No build failures, 4 test failures
> > >
> > > Solaris 10 + GCC (from OpenCSW)
> > > http://open.cdash.org/buildSummary.php?buildid=3470687
> > > No build failures, 5 test failures
> >
> > I dug more into the test failures.  3 of the failures were due to a
> borked
> > mercurial install on the machine, i.e. not a cmake problem but a system
> > problem, which has since been fixed.  Another was a FindGTK2 bug, which I
> > just pushed a fix to next for.
>
> Isn't "if (D)" enough there instead of the MATCHES?
>
> Eike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20140902/8be7d5c2/attachment-0002.html>


More information about the cmake-developers mailing list