diff options
author | Brad King <brad.king@kitware.com> | 2019-05-14 15:19:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-14 15:19:32 (GMT) |
commit | 1d645e9891cb017f8d56c24d39e5e5fb128c6272 (patch) | |
tree | 60bba32996721337d5023bfcf352bcfa1381418c | |
parent | 016a8bc6593a0015b3082e152f1f5277b03cd7bd (diff) | |
parent | d6b8822919c70fb1e60d6319a81e7691be416ab5 (diff) | |
download | CMake-1d645e9891cb017f8d56c24d39e5e5fb128c6272.zip CMake-1d645e9891cb017f8d56c24d39e5e5fb128c6272.tar.gz CMake-1d645e9891cb017f8d56c24d39e5e5fb128c6272.tar.bz2 |
Merge branch 'doc-relnotes-3.13' into doc-relnotes-3.14
-rw-r--r-- | Help/release/3.13.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst index 1c58550..a8dd0ba 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. |