summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-05-10 14:11:48 (GMT)
committerBrad King <brad.king@kitware.com>2018-05-10 14:11:48 (GMT)
commit4f0c5d3775ff4682bf6c6794d017ab278c141016 (patch)
tree100951320b12e1c34e6f875df257af23e4aabfcc /Help
parentb28e093f6a1688c90462ca575efd19f52f2a2bdc (diff)
parente567d7eb639b43c2256340acdf4b0053dec0018a (diff)
downloadCMake-4f0c5d3775ff4682bf6c6794d017ab278c141016.zip
CMake-4f0c5d3775ff4682bf6c6794d017ab278c141016.tar.gz
CMake-4f0c5d3775ff4682bf6c6794d017ab278c141016.tar.bz2
Merge branch 'restore-imported-lib-alias-diagnostic' into release-3.11
Merge-request: !2058
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.11.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/3.11.rst b/Help/release/3.11.rst
index dbaa8af..184497c 100644
--- a/Help/release/3.11.rst
+++ b/Help/release/3.11.rst
@@ -283,3 +283,12 @@ Changes made since CMake 3.11.0 include the following.
CMake 3.11.0. This has been reverted due to changing behavior of
checks for existing projects. It may be restored in the future
with a policy for compatibility.
+
+3.11.2
+------
+
+* Calling :command:`add_library` to create an alias of an imported
+ target that is not globally visible now causes an error again as
+ it did prior to 3.11.0. This diagnostic was accidentally dropped
+ from CMake 3.11.0 and 3.11.1 by the change to allow globally visible
+ imported targets to be aliased.