freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] CMakeLists.txt patch to avoid recompilation


From: David Capello
Subject: [ft-devel] CMakeLists.txt patch to avoid recompilation
Date: Wed, 8 Jun 2016 13:13:18 -0300

Hi people,

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.

Best regards,

- David

Attachment: 0001-Avoid-modifying-ftconfig.h-and-ftoption.h-files.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]