diff options
author | Brad King <brad.king@kitware.com> | 2019-09-30 13:20:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-30 13:20:40 (GMT) |
commit | 61103c0bac4e9ef264d87fe9b23087ed8f5291c4 (patch) | |
tree | 9deb65f91e213710b6aa5e765b61be2b1a76b97b | |
parent | 1fe450159278fd30138ef5133daf26f931537de4 (diff) | |
parent | 62d45d91e83f537b19d9bfc7b1e8d909a0c5c322 (diff) | |
download | CMake-61103c0bac4e9ef264d87fe9b23087ed8f5291c4.zip CMake-61103c0bac4e9ef264d87fe9b23087ed8f5291c4.tar.gz CMake-61103c0bac4e9ef264d87fe9b23087ed8f5291c4.tar.bz2 |
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
-rw-r--r-- | Help/release/3.14.rst | 8 |
1 files changed, 8 insertions, 0 deletions
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. |