[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] CMakeLists.txt patch to avoid recompilation
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] CMakeLists.txt patch to avoid recompilation |
Date: |
Thu, 09 Jun 2016 11:37:53 +0200 (CEST) |
> Each time we modify a CMakeLists.txt file, freetype2 is recompiled,
> it's because there are a couple of file(WRITE ...) commands that will
> modify ftconfig.h and ftoption.h files each time cmake is re-executed.
>
> With this patch we can avoid this using copy_if_different cmake command.
Applied, thanks!
Werner