From 40a46bf2fbea18bef0306ce8aba3c3fd8ff7afb8 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Sun, 27 Mar 2016 18:27:17 +0200 Subject: [PATCH] update history --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index c0e0b88..7fe23a0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 1.7.8 (2016-03-27) + +* fix `COPY_UNITY` linking strategy for private link dependencies. +* honor `CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE` upon handling of target usage requirements. +* reworked setting up of `LINK_LIBRARIES` and `INTERFACE_LINK_LIBRARIES` properties for unity targets. + ## 1.7.7 (2016-03-20) * CMake 3.5 compatibility.