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

This commit is contained in:
Werner Lemberg 2016-12-22 12:24:23 +01:00
parent 06d61b487a
commit 18bd176a65
2 changed files with 5 additions and 1 deletions

View File

@ -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 ()

View File

@ -1,3 +1,7 @@
2016-12-22 Werner Lemberg <wl@gnu.org>
* CMakeLists.txt: Make it work with cmake 2.8.11.2 (#49909).
2016-12-22 Werner Lemberg <wl@gnu.org>
Ensure used preprocessor symbols are defined (#49790).