summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-14 11:27:41 -0400
committerBrad King <brad.king@kitware.com>2019-05-14 11:27:41 -0400
commitc5255556afedb98c15f4c994a1903555ab6268b3 (patch)
treea5389461a4f8ed5fff555415912cdbdef4d895ba
parentc9469c78a5545b5a04ecf0f27b50500140aca5e9 (diff)
parentd6b8822919c70fb1e60d6319a81e7691be416ab5 (diff)
downloadcmake-c5255556afedb98c15f4c994a1903555ab6268b3.tar.gz
Merge branch 'doc-relnotes-3.13' into release-3.13
Merge-request: !3319
-rw-r--r--Help/release/3.13.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst
index 1c58550fff..a8dd0baf7c 100644
--- a/Help/release/3.13.rst
+++ b/Help/release/3.13.rst
@@ -278,3 +278,12 @@ Changes made since CMake 3.13.0 include the following.
relying on the old behavior can be trivially fixed by specifying
the path to the source tree (even if just ``.``) explicitly and
continue to work with all versions of CMake.
+
+3.13.5
+------
+
+* In CMake 3.13.0 through 3.13.4, calling :command:`target_link_libraries`
+ to add ``PRIVATE`` dependencies to a static library created in another
+ directory (under policy :policy:`CMP0079` ``NEW`` behavior) would
+ incorrectly propagate usage requirements of those dependencies to
+ dependents that link the static library. This has been fixed.