From 1fe450159278fd30138ef5133daf26f931537de4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 24 Sep 2019 14:31:00 -0400 Subject: Help: Add release note for EXCLUDE_FROM_ALL fix in 3.15.4 --- Help/release/3.15.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- cgit v0.12