summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:36 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:13:36 +0900
commitc7e7052d699542fbe94879852faf729de70b9c95 (patch)
treeb81166e27b6130606f67d117c9c73f26ccb8de5d /Help
parentd18ced6c90451a31ea45d399979b7814f07770b1 (diff)
downloadcmake-c7e7052d699542fbe94879852faf729de70b9c95.tar.gz
cmake-c7e7052d699542fbe94879852faf729de70b9c95.tar.bz2
cmake-c7e7052d699542fbe94879852faf729de70b9c95.zip
Imported Upstream version 3.13.2upstream/3.13.2
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.13.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst
index 9f7e61ffd..68e05c37f 100644
--- a/Help/release/3.13.rst
+++ b/Help/release/3.13.rst
@@ -239,3 +239,16 @@ Other Changes
These internal implementation modules are also no longer available
to scripts that may have been incorrectly including them, because
they should never have been available in the first place.
+
+Updates
+=======
+
+Changes made since CMake 3.13.0 include the following.
+
+3.13.2
+------
+
+* CMake 3.13.0 included a change to pass compiler implicit include
+ directories to the ``moc`` tool for :prop_tgt:`AUTOMOC`. This has
+ been reverted due to regressing existing builds and will need
+ further investigation before being re-introduced in a later release.