From 18bd176a65c0dce5779ac610e6c09bc6d35d207b Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 22 Dec 2016 12:24:23 +0100 Subject: [PATCH] * 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 077d5fd8d..a2a986e01 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 $) endif () diff --git a/ChangeLog b/ChangeLog index fad9d0b22..47bdbf876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-12-22 Werner Lemberg + + * CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909). + 2016-12-22 Werner Lemberg Ensure used preprocessor symbols are defined (#49790).