summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:41 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:41 +0900
commit4ca455f44f42bf3257fe1ce752ca7447e9568a27 (patch)
tree4a6eff60bff6c55a37c5fa7fcacfb4515ffb7352 /Help
parent5e0b8c3fb67987a77056099c684318ef5d707920 (diff)
downloadcmake-4ca455f44f42bf3257fe1ce752ca7447e9568a27.tar.gz
cmake-4ca455f44f42bf3257fe1ce752ca7447e9568a27.tar.bz2
cmake-4ca455f44f42bf3257fe1ce752ca7447e9568a27.zip
Imported Upstream version 3.13.5upstream/3.13.5
Diffstat (limited to 'Help')
-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 1c58550ff..a8dd0baf7 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.