[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cmake-build-system: build tests only if #:tests? is true?
From: |
Maxim Cournoyer |
Subject: |
Re: cmake-build-system: build tests only if #:tests? is true? |
Date: |
Sun, 03 Mar 2024 22:07:35 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Hartmut,
Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
> Hi,
>
> I found an old and unfinished patch in my pile. It optimizes building
> with cmake by not building the test if "#:tests?" is false. (Basically
> it passes -DBUILD_TESTING=OFF/ON" depending on "#:tests?".)
>
> Is this of interest? Then I would take my time and finish the patch.
Yes, this looks like a neat improvement.
--
Thanks,
Maxim