freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 18bd176: * CMakeLists.txt: Make it work with cmake 2.


From: Werner LEMBERG
Subject: [freetype2] master 18bd176: * CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909).
Date: Thu, 22 Dec 2016 11:25:01 +0000 (UTC)

branch: master
commit 18bd176a65c0dce5779ac610e6c09bc6d35d207b
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    * CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909).
---
 CMakeLists.txt |    2 +-
 ChangeLog      |    4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 077d5fd..a2a986e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -362,7 +362,7 @@ if (BUILD_FRAMEWORK)
   )
 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 ()
diff --git a/ChangeLog b/ChangeLog
index fad9d0b..47bdbf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-12-22  Werner Lemberg  <address@hidden>
 
+       * CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909).
+
+2016-12-22  Werner Lemberg  <address@hidden>
+
        Ensure used preprocessor symbols are defined (#49790).
 
        * builds/unix/ftconfig.in, builds/vms/ftconfig.h,



reply via email to

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