shithub: freetype+ttf2subf

Download patch

ref: 18bd176a65c0dce5779ac610e6c09bc6d35d207b
parent: 06d61b487a273a2bcd8a15c94799bcf2743a7cd3
author: Werner Lemberg <[email protected]>
date: Thu Dec 22 07:24:23 EST 2016

* CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909).

git/fs: mount .git/fs: mount/attach disallowed
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -362,7 +362,7 @@
   )
 endif ()
 
-if (NOT CMAKE_VERSION VERSION_LESS 2.8.11)
+if (NOT CMAKE_VERSION VERSION_LESS 2.8.12)
   target_include_directories(freetype
     PUBLIC $<INSTALL_INTERFACE:include/freetype2>)
 endif ()
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-12-22  Werner Lemberg  <[email protected]>
 
+	* CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909).
+
+2016-12-22  Werner Lemberg  <[email protected]>
+
 	Ensure used preprocessor symbols are defined (#49790).
 
 	* builds/unix/ftconfig.in, builds/vms/ftconfig.h,