summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-09-24 18:31:00 (GMT)
committerBrad King <brad.king@kitware.com>2019-09-30 13:20:35 (GMT)
commit1fe450159278fd30138ef5133daf26f931537de4 (patch)
tree09e1ca5018314ef47862dc626db18d1e642835ae /Help
parent05d7ca14e99ee8ad36da01ddb314d0b90ab41874 (diff)
downloadCMake-1fe450159278fd30138ef5133daf26f931537de4.zip
CMake-1fe450159278fd30138ef5133daf26f931537de4.tar.gz
CMake-1fe450159278fd30138ef5133daf26f931537de4.tar.bz2
Help: Add release note for EXCLUDE_FROM_ALL fix in 3.15.4
Diffstat (limited to 'Help')
-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 48f3aa4..148c2d2 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.