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
0001-Avoid-modifying-ftconfig.h-and-ftoption.h-files.patch
Description: Binary data
_______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
