[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cmake build system and build directories
From: |
Ludovic Courtès |
Subject: |
Re: Cmake build system and build directories |
Date: |
Thu, 28 Nov 2013 00:16:36 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
address@hidden (Ludovic Courtès) skribis:
> Andreas Enge <address@hidden> skribis:
>
>> 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.
>
> Ah right. I think we should copy what gnu-build-system.scm does in its
> ‘configure’ procedure.
Commit 977f03f does exactly that. Let me know how it works for you.
Ludo’.