From 516d78476f6dda336181fc5514f72774e1e0a8e2 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Fri, 16 Jun 2017 15:33:07 +0200 Subject: [PATCH] update history --- HISTORY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index acb0865..c92e0b1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +## 1.7.10 (2017-06-16) + +* CMake 3.8 compatibility. +* CMake 3.8.0 Qt automoc support (thanks bilke). +* fix Xcode recompiling every time builds happen (thanks gcamp). +* disable PCH messages when `-Wno-pch-messages` flag exists (thanks kbinani). +* work around ccache incompatibility with newer versions of GCC and Clang. +* fix MinGW incompatibility with `BUILD_INTERFACE` generator expression. +* fix handling of `CMAKE_INCLUDE_FLAG_SEP_` variables. + ## 1.7.9 (2016-12-08) * CMake 3.6 and 3.7 compatibility.