[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cmake build system and build directories
From: |
Andreas Enge |
Subject: |
Re: Cmake build system and build directories |
Date: |
Tue, 26 Nov 2013 08:50:51 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Nov 25, 2013 at 11:41:04PM +0100, Ludovic Courtès wrote:
> I suspect this one-byte change is enough:
> - (out-of-source? #f)
> + (out-of-source? #t)
No, because the configure in cmake-build-system does not call that of
gnu-build-system; so this variable is not used. We would still have to
modify cmake-build-system.
Andreas