summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-12-07 13:02:25 (GMT)
committerBrad King <brad.king@kitware.com>2018-12-07 13:02:25 (GMT)
commite5a4007a3b4aefeb3d814adb75835adc6111e238 (patch)
tree3eac5426cc68c2100b21a310871bd27d930711fb
parent4be7f38d57bdf94a600edace627be8e14f331250 (diff)
parent187481d4d988f45e05f2f7a6e89df89cd64ecfe9 (diff)
downloadCMake-e5a4007a3b4aefeb3d814adb75835adc6111e238.zip
CMake-e5a4007a3b4aefeb3d814adb75835adc6111e238.tar.gz
CMake-e5a4007a3b4aefeb3d814adb75835adc6111e238.tar.bz2
Merge branch 'backport-autogen_revert_implicit_includes'
-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 9f7e61f..68e05c3 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.