summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-12-06 18:19:11 +0100
committerBrad King <brad.king@kitware.com>2018-12-07 07:56:46 -0500
commit187481d4d988f45e05f2f7a6e89df89cd64ecfe9 (patch)
tree8a310c65470b7994d460ea4a5b6f1e5a60adbf19 /Help
parent62942969062fcc9f24ca057b6983532a973cfad6 (diff)
downloadcmake-187481d4d988f45e05f2f7a6e89df89cd64ecfe9.tar.gz
Autogen: Revert passing compiler implicit includes to moc
Passing an incomplete list of compiler include directories causes a regression in the KIO project (and probably others). We need to disable it until the complete list is available (see #16291). Fixes: #18669 Issue: #18041
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 9f7e61ffd1..68e05c37f0 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.