From 62d45d91e83f537b19d9bfc7b1e8d909a0c5c322 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 24 Sep 2019 14:24:55 -0400 Subject: Help: Add release note for EXCLUDE_FROM_ALL fix in 3.14.7 --- Help/release/3.14.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst index 229d8dc..8a9738c 100644 --- a/Help/release/3.14.rst +++ b/Help/release/3.14.rst @@ -428,3 +428,11 @@ Changes made since CMake 3.14.0 include the following. policy :policy:`CMP0088` ``NEW`` behavior accidentally interpreted a relative path to the ``.y`` input as relative to the build tree directory instead of the source tree directory. This has been fixed. + +3.14.7 +------ + +* In CMake 3.14.0 through 3.14.6, 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