summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-09-24 14:31:00 -0400
committerBrad King <brad.king@kitware.com>2019-09-30 09:20:35 -0400
commit1fe450159278fd30138ef5133daf26f931537de4 (patch)
tree09e1ca5018314ef47862dc626db18d1e642835ae
parent05d7ca14e99ee8ad36da01ddb314d0b90ab41874 (diff)
downloadcmake-1fe450159278fd30138ef5133daf26f931537de4.tar.gz
Help: Add release note for EXCLUDE_FROM_ALL fix in 3.15.4
-rw-r--r--Help/release/3.15.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/3.15.rst b/Help/release/3.15.rst
index 48f3aa4fbf..148c2d2cc2 100644
--- a/Help/release/3.15.rst
+++ b/Help/release/3.15.rst
@@ -376,3 +376,11 @@ Changes made since CMake 3.15.0 include the following.
* ``CrayPrgEnv`` compiler wrapper support has been updated for the 19.06
release of the Cray Programming Environment for which the default linking
mode on XC Cray systems is now dynamic instead of static.
+
+3.15.4
+------
+
+* In CMake 3.15.0 through 3.15.3, the :prop_dir:`EXCLUDE_FROM_ALL`
+ directory property was regressed from pre-3.14 behavior and caused
+ targets within the directory to be excluded even from its own "all".
+ This has been fixed.